Sazabi
APIConnected accounts

List connected accounts

GET
/connected-accounts

List the calling user's connected accounts for the organization.

Query Parameters

organizationId?string

Organization to list accounts for. 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"
{  "accounts": [    {      "provider": "string",      "externalName": "string",      "externalLogin": "string",      "connectedAt": "2019-08-24T14:15:22Z",      "authMode": "oauth",      "needsReconnect": true    }  ]}