cURL
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" } ] }
Returns your organization’s active integrations and their sync status.
Your PG:AI API key. Generate one from Settings → API Keys in the PG:AI dashboard.
List of integrations