v15

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0158208322.6 KB
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.

provider'hubspot' | 'attio' | 'slack' | 'fireflies' | 'granola' | 'google-calendar' | 'google-mail' | 'posthog' | 'stripe' | 'supabase' | 'clerk' | 'pylon' required

Public integration provider ID.

namestring required
categorystring required
status'connected' | 'not_connected' required

Example response

{
  "syncs": [
    {
      "status": "SUCCESS"
    }
  ]
}