Skip to main content
GET
/
api
/
v1
/
calendars
/
{calendarId}
/
connections
/
oauth-url
Get OAuth URL for external calendar
curl --request GET \
  --url https://prod.featherhq.com/api/v1/calendars/{calendarId}/connections/oauth-url \
  --header 'X-API-Key: <api-key>'
{
  "url": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

calendarId
string
required

Query Parameters

provider
enum<string>
required
Available options:
GOOGLE,
OUTLOOK

Response

OAuth URL

url
string
required