APIConnected accounts
Get a connect attempt
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.
Format
uuidQuery 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).
Length
1 <= lengthResponse Body
application/json
curl -X GET "https://example.com/connected-accounts/connect/attempts/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "status": "pending", "conflictPending": true, "errorCode": "string"}