Refresh Access Token

When the access_token expires, you can call this endpoint passing a refresh_token (obtained previously from /token) as a parameter. This allows you to obtain a new token without providing the username and password each time, and is intended primarily for mobile apps. It is not recommended for other API users, but you may use it at your discretion.

Body Params

request body

string
required

the refresh token is used to get a new valid JWT

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*