Skip to main content
GET
/
v1
/
connections
List connections
curl --request GET \
  --url https://api.cuadra.ai/v1/connections \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "connectorSlug": "<string>",
      "status": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "accountEmail": "<string>",
      "accountName": "<string>",
      "lastError": "<string>"
    }
  ],
  "nextCursor": "<string>",
  "hasMore": false
}

Authorizations

Authorization
string
header
required

JWT token from Stytch B2B authentication (magic link, SSO, or M2M)

Query Parameters

provider
string | null

Filter by provider

Response

Successful Response

List of connections.

items
ConnectionOut · object[]
required
nextCursor
string | null
hasMore
boolean
default:false