Refresh auth key
This endpoint allows a user to obtain a new authentication token by providing a valid refresh token. It is typically used when the current access token has expired and the client needs to stay authenticated without re-entering credentials.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLRepresents a request to refresh the user's authentication key (token) using a refresh token.
The refresh token used to obtain a new authentication key.
The request was successful.
The API result model with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
API call exceeded rate limit due to too many requests.
Last updated