Create Link Token
Generates a Link Token for a Registered User to authenticate with Connectors. Also returns a magic link URL that can be shared with the user to authenticate in a browser.
Authentication
AuthorizationBearer
Token-based authentication with required prefix “Bearer”
Path parameters
registered_user_id
Agent Handler ID of the Registered User
Request
This endpoint expects an object.
connector
Slug of the connector to generate a link token for
Response
link_token
magic_link_url
URL that opens a hosted authentication page. Share this with the user so they can connect their account in a browser.