Refresh auth key

Refreshes the user's authentication key (token) using a valid refresh token.

post

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.

Header parameters
Brand-URLstringRequired

The brand URL of the request. This is used to identify the brand.

Example: YOUR_BRAND_URL
Body

Represents a request to refresh the user's authentication key (token) using a refresh token.

refreshAuthKeystring · min: 1Required

The refresh token used to obtain a new authentication key.

Responses
chevron-right
200

The request was successful.

application/json

The API result model with data.

successbooleanRead-onlyRequired

This is the flag to indicate whether the API call is successful or not.

statusCodeinteger · int32Read-onlyRequired

This is the HTTP status code. This is used to determine the status code to be returned to the client.

messagestring · min: 1Required

This is the message to be displayed to the user.

post
/api/v1/users/auth/refresh-auth-key

Last updated