API Reference

Refresh token


Use this endpoint to obtain a new access token when the previous one expires.

Pass the refresh_token issued during authentication in the request body. A valid Bearer access token must also be included in the Authorization header.

The response will return a new access_token (and possibly a new refresh_token) that should replace the expired token for subsequent API calls.


Language
URL
Click Try It! to start a request and see the response here!