POST/api/v1/auth/refresh🌐 Public
Exchange a refresh token for a new token pair
Query parameters
| Name | Type | Description |
|---|---|---|
| refresh_tokenrequired | str | The previously issued refresh token |
Responses
200SuccessTokenResponse
{
"access_token": "str",
"token_type": "str",
"expires_in": "int"
}401Refresh token invalid or expired
