v1
latestOpenAPI 3.1.02026-08-047777149.4 KBRefresh token
Obtain a new access token using a refresh token. No bearer auth required.
post/api/v3/token/refresh/
Request body
Response
New token issued
Example response
{
"token_type": "Bearer"
}Obtain a new access token using a refresh token. No bearer auth required.
New token issued
{
"token_type": "Bearer"
}