Skip to main content
POST
Refresh token

Authorizations

Authorization
string
header
required

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

Response

New token issued

access_token
string

JWT access token

token_type
string
Example:

"bearer"

expires_in
integer

Token expiration time in seconds