MeetingBaasMeeting Baas
API ReferenceCalendars

Get Calendar

Retrieves detailed information about a specific calendar integration including sync status and events

GET
/calendars/{uuid}

Authorization

x-meeting-baas-api-key<token>

API key for authentication

In: header

x-spoke-api-key<token>

Legacy API key for authentication (deprecated)

In: header

curl -X GET "https://api.meetingbaas.com/calendars/{uuid}" \
  -H "x-meeting-baas-api-key: <token>"

{
  "email": "string",
  "google_id": "string",
  "name": "string",
  "resource_id": "string",
  "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}