Skip to main content
GET
/
integrations
/
status
Get integration status
curl --request GET \
  --url https://api.getpg.ai/public-api/v1/integrations/status \
  --header 'x-api-key: <api-key>'
{
  "integrations": [
    {
      "id": "int_abc123",
      "provider": "salesforce",
      "provider_name": "Salesforce",
      "category": "CRM",
      "status": "active",
      "last_sync_at": "2026-04-08T12:00:00Z",
      "sync_status": "completed"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your PG:AI API key. Generate one from Settings → API Keys in the PG:AI dashboard.

Response

List of integrations