Refresh the access token.
POST/api/v2/Account/refresh
Generates a new access token using the user's refresh token.
Request
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
Header Parameters
X-Refresh-Token stringrequired
X-Access-Token stringrequired
Responses
- 200
- 400
- 401
- 403
- 500
New access token successfully generated
There was a validation error. Please check your request data.
- application/json
- Schema
- Example (from schema)
Schema
message stringnullable
errors
object
nullable
property name* string
{
"message": "string",
"errors": {}
}
The user is unauthorized or the session expired
The user does not have permission
There was an error trying to refresh the access token
Loading...