Passer au contenu principal
POST
Complete a connected account request

Autorisations

Authorization
string
header
requis

Bearer and DPoP tokens are supported depending on the API configuration

Corps

application/json
auth_session
string
requis

The authentication session identifier

Maximum string length: 64
connect_code
string
requis

The authorization code returned from the connect flow

Required string length: 1 - 46
redirect_uri
string<uri>
requis

The redirect URI used in the original request

Maximum string length: 2048
code_verifier
string

The PKCE code verifier

Required string length: 43 - 128

Réponse

Connected account request completed successfully

id
string
requis

The unique identifier of the connected account

connection
string
requis

The connection name

access_type
enum<string>
requis

The access type, always 'offline'

Options disponibles:
offline
created_at
string<date-time>
requis

ISO date string of when the connected account was created

scopes
string[]

Array of scopes granted

expires_at
string<date-time>

ISO date string of when the refresh token expires (optional)