Sazabi
APIConnected accounts

Get a connect attempt

GET
/connected-accounts/connect/attempts/{attemptId}

Poll a browser connect attempt started with connectedAccounts.beginConnect. Visible only to the user who began it.

Path Parameters

attemptId*string

Connect attempt ID to poll.

Formatuuid

Query Parameters

organizationId?string

Organization the attempt belongs to. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).

Length1 <= length

Response Body

application/json

curl -X GET "https://example.com/connected-accounts/connect/attempts/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "status": "pending",  "conflictPending": true,  "errorCode": "string"}