Skip to main content
POST
Create an Identity Token

Authorizations

Authorization
string
header
required

User session or Identity Token. Relay Keys are not accepted.

Path Parameters

project_id
string
required
identity_id
string
required

Body

application/json
scopes
string[]
required
expires_at
string<date-time> | null

Response

201 - application/json

Created Identity Token

id
string
required
created_at
string<date-time>
required
scopes
string[]
required
value
string

Returned only once when the token is created.

expires_at
string<date-time> | null