X-API-Key: ********************curl --location 'https://api.snakk.ai/api/integrations/connections' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"provider_slug": "example-crm",
"credentials": {
"api_key": "sk_live_xxx",
"email": "user@example.com"
},
"account_label": "My Example CRM account"
}'{
"success": true,
"connection": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",
"provider_id": "fe3d49af-4061-436b-ae60-f7044f252a44",
"account_label": "string",
"account_identifier": "string",
"is_active": true
}
}