Managed Auth Connect Link Create
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Connector this link collects credentials for.
Name the resulting connection is created with.
1 - 120Your own identifier for the end user. Echoed back on the completion webhook.
255Second factor this connection will use. Required when the connector supports more than one, because the choice decides whether a mailbox is needed.
email, sms, totp Mailbox to read email 2FA codes from. Required when the resolved method is email.
Where the end user is sent once the account is connected.
Where the end user is sent when the connection cannot be completed.
Receives the signed completion callback. See the connect-link webhook docs.
How long the link stays usable.
60 <= x <= 86400Whether the resulting connection re-authenticates on a schedule.
Response
Successful Response
Send your end user here.
Returned once and never again - only its hash is stored.
Workspace secret to verify the completion webhook with. Present only when a webhook_url was supplied. Stable across links, so it is safe to store once.