v1
latestSwagger 2.02026-08-06291030.8 KBAuth
Refresh an OAuth2 access token. Rate limit to 10 calls per minute.
Use the refresh token to obtain a new access token. The refresh token must be valid and unexpired.
post/v1/auth/refresh
Request body
Response
New access token generated successfully.
Example response
{
"token_type": "Bearer",
"expires_in": 3600
}