POST /auth/renew
Use refresh token to get a new access token
/auth/renew
POST
Use refresh token to get a new access token
| Key | Type | Example | Description |
|---|---|---|---|
| entity optional | string |
"example-string"
|
|
| refresh_token required | string |
"example-string"
|
{
"success": true,
"access_token": "example-string",
"refresh_token": "example-string",
"expiry": 42,
"refresh_token_expiry": 42,
"verified": true,
"2fa": [
"example-string"
],
"user": {},
"error": "example-string"
}
{
"error": "ERROR_KEY"
}
| Permission | Description |
|---|---|
*public |
No authentication required — public endpoint |
Back to Authentication Return to the Authentication category to view other endpoints All API Categories Browse all available API categories