Create a new auth link session

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

Headers

x-api-keystringRequired

Request

This endpoint expects an object.
auth_config_idstringRequired
The auth config id to create a link for
user_idstringRequired>=1 character
The user id to create a link for
callback_urlstringOptional
The callback url to create a link for

Response

Successfully created auth link
redirect_urlstring
The redirect URI to send users to for authentication
expires_atstring
ISO timestamp when the link expires
connected_account_idstring
The connected account ID that was created

Errors