Refresh Access Token

Access tokens have a limited lifespan. If your token has expired, you can use this endpoint to generate a new one using a valid refresh token.

Refresh Token expiration

Refresh tokens expire after 24 hours. After this period, you will need to authenticate again using your original credentials (username and password) and request a new access token.

Body Params
string
required

Refresh token obtained from the refresh property in the response of the Get Access Token or Refresh Access Token endpoints.

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
text/html