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
Example request
{
"callbackUrl": "https://example.com/callback"
}Response
Identity token created successfully