Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl "https://app.talkover.ai/api/v1/calendars/sync-status" \ -H "Authorization: Bearer talq_your_environment_token_here"
{ "success": true, "data": [ { "calendar_id": "calendar-uuid-1", "provider": "calendar_provider_a", "last_sync_at": "2024-01-15T17:30:00Z", "is_syncing": false, "events_synced": 142 } ] }
Get current sync status for connected calendars
GET /api/v1/calendars/sync-status
Bearer talq_your_environment_token_here
Was this page helpful?