v63

latestOpenAPI 3.0.0Proprietaryraw.githubusercontent.com2026-08-0110571.8 MB
Connected Accounts

Create a new auth link session

Creates a new authentication link session that users can use to connect their accounts

post/api/v3.1/connected_accounts/link

Request body

auth_config_idstring authConfigId required

The auth config id to create a link for

user_idstring required

The user id to create a link for

aliasstring

A human-readable alias for this connected account. Must be unique per entity and toolkit within the project.

callback_urlstring

The callback url to create a link for

Response

Successfully created auth link

link_tokenstring required

The generated link token for the auth session

redirect_urlstring required

The redirect URI to send users to for authentication

expires_atstring required

ISO timestamp when the link expires

connected_account_idstring connectedAccountId required

The connected account ID that was created