curl --request POST \ --url https://services.commercengine.dev/api/v1/x2yh61zw4k/storefront/auth/refresh-token \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "refresh_token": "<string>" }'
{ "message": "<string>", "success": true, "content": { "access_token": "<string>", "refresh_token": "<string>" } }
Access token
A string representing the refresh token.
A descriptive message confirming the success or failure of the operation.
Indicates whether the request was successful or failure (true for success, false for failure).
An object containing the response content.
Show child attributes
It is a string-based token utilized for authentication and authorization.
It is a string-based token designed for refreshing the user's access token.