Platform API
Get integration sync status
Inspect the connection and model sync status for one public provider.
get/api/integrations/sync-status
Query parameters
provider'hubspot' | 'attio' | 'slack' | 'fireflies' | 'granola' | 'google-calendar' | 'google-mail' | 'posthog' | 'stripe' | 'supabase' | 'clerk' | 'pylon' required
Public integration provider ID.
Public provider ID from the provider table.
Response
Provider sync status.
Example response
{
"syncs": [
{
"status": "SUCCESS"
}
]
}