v33

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-2972102177.5 KB
Applications

Create Identity Token

Creates an identity token for a specific application. This token is used to initiate an authentication flow for linking user identities to the application.

The callback URL must use HTTPS and is where the user will be redirected after authentication.

post/v1/applications/{application_id}/tokens

Path parameters

application_idstring uuid required

The unique identifier of the application

Request body

callbackUrlstring uri required

The HTTPS URL where the user will be redirected after authentication. Must use HTTPS protocol.

Example request

{
  "callbackUrl": "https://example.com/callback"
}

Response

Identity token created successfully