These docs are for v1.0. Click to read the latest docs for v2.0.

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*