Skip to main content
POST
Exchange API token for JWT token

Body

application/json
api_token
string
required

Your API token from the admin panel

Example:

"api_1234567890abcdef1234567890abcdef12345678"

Response

Token exchange successful

jwt_token
string

JWT token for authentication

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

token_type
enum<string>
Available options:
Bearer
Example:

"Bearer"

expires_in
integer

Token expiration time in seconds

Example:

86400