Skip to main content
POST
Get OAuth sign-in URL

Authorizations

Authorization
string
header
required

Enter your JWT token

Body

application/json

The request describing the application, authentication method, and any provider fields.

Request body for generating an OAuth sign-in URL.

applicationSlug
string
required

Slug of the application to authenticate against.

authenticationId
integer<int32>
required

Identifier of the authentication method to use.

environment
string | null

Optional environment to target for sign-in.

fields
object | null

Optional field values required to build the sign-in URL, keyed by field name.

Response

The sign-in URL together with the generated state value used to correlate the callback.

Response containing a generated OAuth sign-in URL.

signInUrl
string
required

The URL the user should visit to authenticate.

state
string
required

Opaque state value tying the sign-in flow back to the request.