Refresh tokens

Include your refresh token in the authorization header to obtain new tokens

The endpoint to refresh an access token has a rate limit of 1 req/min. As these tokens are valid for 24 hours, there is no need to make requests for each request.

When the rate limit is hit, we will return HTTP status 429, and information about when the limit expires will be provided in both the header and the response body.

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