Skip to main content
POST
Get JWT from API Key

Authorizations

X-API-KEY
string
header
required

Body

application/json
external_user_id
string
required

The unique identifier of the end-user to scope this token to.

Example:

"user_123"

expires_in_minutes
integer
default:60

Token expiration time in minutes.

Required range: 5 <= x <= 1440

Response

Successful Response

access_token
string
required
token_type
string
required