Documentation Index
Fetch the complete documentation index at: https://docs.syncline.run/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Retrieves all calendar connections associated with your platform. This shows which users have authorized their Google Calendar through your integration.Authentication
Requires Platform API Key in theAuthorization header or X-API-Key header.
Request
No Parameters Required
This endpoint returns all calendar connections for the authenticated platform.Response
Success Response (200 OK)
Response Fields
Whether the request succeeded
Array of calendar connection objects
Email address of the connected user
Google account ID for the user
Calendar provider (currently only
"google")ISO 8601 timestamp when the user first connected
ISO 8601 timestamp of last API usage for this user
Whether the user completed the onboarding flow
User’s configured timezone (IANA format)
Total number of connections returned
Example
Security Note
OAuth tokens are sanitized - This endpoint does not return OAuth access tokens or refresh tokens. It only returns connection metadata for security reasons. To use a user’s calendar:- Get their email from this endpoint
- Use their email in scheduling API calls
- Syncline handles OAuth token management internally
Use Cases
Track Active Users
Monitor which users have connected their calendars:User Onboarding Status
Check if specific users have completed setup:Analytics Dashboard
Build dashboards showing connection statistics:Error Responses
Invalid or missing API key
Failed to retrieve connections from database
Related Endpoints
Disconnect Calendar
Remove a calendar connection
Platform Dashboard
View platform analytics