Start an authorization flow to link the authenticated user’s account with an external identity provider.
Bearer and DPoP tokens are supported depending on the API configuration
Request body for creating an account connection request.
The name of the connection to link the account with (e.g., 'google-oauth2', 'facebook').
1 - 128The URI to redirect to after the connection process completes.
2048An opaque value used to maintain state between the request and callback.
1 - 4096The PKCE code challenge derived from the code verifier.
43 - 128The method used to derive the code challenge. Required when code_challenge is provided.
"S256"Defines the permissions that the client requests from the Identity Provider. Must include the standard scopes used to identify the user (e.g. 'openid', 'email', 'profile'), the scope required to obtain refresh tokens if needed (e.g. 'offline_access'), and any custom scopes the client needs to access protected resources.
1 - 100 elements1 - 255[
"openid",
"offline_access",
"read:tasks",
"write:tasks"
]Authorization parameters to be sent to the underlying Identity Provider (IdP) during the authorization request. These parameters influence how the IdP processes the authorization flow and what permissions are requested.
Account connection request created successfully
The base URI to initiate the account connection flow.
The authentication session identifier.
64Parameters to be used with the connect URI.
The number of seconds until the ticket expires.
x >= 1