Skip to main content
POST
Create Identity Token

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

applicationId
string<uuid>
required

The unique identifier of the application

Body

application/json
callbackUrl
string<uri>
required

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

Example:

"https://example.com/callback"

Response

Identity token created successfully

token
string
required

The generated identity token for authentication

expiresAt
string<date-time>
required

The timestamp when the token expires

tokenHash
string
required

A hash of the token for verification purposes