Skip to main content
GET
/
api
/
v1
/
calendars
/
{calendarId}
/
connections
List calendar connections
curl --request GET \
  --url https://prod.featherhq.com/api/v1/calendars/{calendarId}/connections \
  --header 'X-API-Key: <api-key>'
{
  "connections": [
    {
      "id": "<string>",
      "calendarId": "<string>",
      "provider": "GOOGLE",
      "accountEmail": "<string>",
      "externalCalendarId": "<string>",
      "invalid": true,
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

calendarId
string
required

Response

List of connections

connections
object[]
required