X-API-Key: ********************curl --location 'https://api.snakk.ai/api/integrations/connections' \
--header 'X-API-Key: <api-key>'{
"connections": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"account_label": "Example CRM (user@example.com)",
"account_identifier": "user@example.com",
"is_active": true,
"last_error": "string",
"last_verified_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z",
"provider": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"slug": "string",
"name": "string",
"description": "string",
"category": "string",
"icon_url": "string",
"auth_type": "api_key"
}
}
]
}