Skip to main content
POST
Generate admin access token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Admin access token information

Admin access token response payload

adminToken
string

The generated admin access token

issuedAt
string<date-time>

The time when the token was issued

expiresAt
string<date-time>

The time when the token will expire