Skip to main content
POST
Refresh token

Body

application/json
refresh_token
string
required

Refresh token from login

Response

New access token

access_token
string

JWT access token (expires in 1 hour)

refresh_token
string

Refresh token for obtaining new access tokens

token_type
string
Example:

"bearer"

expires_in
integer

Token lifetime in seconds

Example:

3600