curl "https://app.talkover.ai/api/v1/calendars/calendar-uuid-1" \ -H "Authorization: Bearer talq_your_environment_token_here"
{ "success": true, "data": { "id": "calendar-uuid-1", "name": "Sales Demo Calendar", "timezone": "America/New_York", "owner_id": "user-uuid-1", "metadata": {}, "created_at": "2024-01-01T10:00:00Z", "updated_at": "2024-01-15T18:00:00Z" } }
Retrieve a calendar by ID
Documentation IndexFetch the complete documentation index at: https://docs.talkover.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.talkover.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v1/calendars/{calendar_id}
Bearer talq_your_environment_token_here
Was this page helpful?