List all connections for the organization.
cURL
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 }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Filter by provider
Successful Response
List of connections.
Show child attributes
Was this page helpful?