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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.featherhq.com/llms.txt

Use this file to discover all available pages before exploring further.

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