Custom Domain
API referenceConnections

List connections

GET
/connections

With an sk_ API key: every connection across the tenant's applications (optional ?app_id= and ?status= filters). With a widget JWT: the calling application's connections.

AuthorizationBearer <token>

Long-lived tenant API key (sk_live_… / sk_test_…), stored hashed. Scoped to the owning application's tenant.

In: header

Query Parameters

app_id?string
status?string

Value in

  • "pending"
  • "propagating"
  • "live"
  • "failed"

Response Body

application/json

application/json

curl -X GET "https://example.com/connections"
{  "connections": [    {      "id": "string",      "application_id": "string",      "domain": "string",      "host": "string",      "provider_id": "string",      "setup_type": "automatic",      "status": "pending",      "created_at": "2019-08-24T14:15:22Z"    }  ],  "count": 0}
{  "code": "string",  "title": "string",  "details": "string"}