logo
IntegrationsGet specific CRM status
Integrations

Get specific CRM status

Returns connection status and last sync time for a specific CRM type.

curl -X GET "https://api.sendkit.ai/v1/integrations/crm/hubspot" \
  -H "Content-Type: application/json" \
  -H "X-Api-Key: YOUR_API_KEY" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "success": true,
  "data": {
    "type": "hubspot",
    "connected": true,
    "lastSyncedAt": "2024-06-01T12:00:00.000Z"
  }
}
GET
/v1/integrations/crm/{type}
GET
API Key (header: X-Api-Key)
X-Api-Keystring
Required

Platform API key (sk_user_...) or Workspace API key (sk_...)

Platform API key (sk_user_...) or Workspace API key (sk_...)
Bearer Token
Bearer Tokenstring
Required

API key as Bearer token

API key as Bearer token
path
typestring
Required

CRM provider type

Options: attio, hubspot, pipedrive, airtable, salesforce
Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-Api-Keystring
Required

API Key for authentication. Platform API key (sk_user_...) or Workspace API key (sk_...)

header
Authorizationstring
Required

Bearer token. API key as Bearer token

Path Parameters

typestring
Required

CRM provider type

Allowed values:attiohubspotpipedriveairtablesalesforce

Responses

successboolean
dataobject