Get details of a specific connection.
cURL
curl --request GET \ --url https://api.cuadra.ai/v1/connections/{connection_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "connectorSlug": "<string>", "status": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "accountEmail": "<string>", "accountName": "<string>", "lastError": "<string>" }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Connection ID
Successful Response
OAuth connection to an external provider.
Was this page helpful?