Skip to content

Refresh a customer access token

POST
/rest/v1/auth/customer/refresh

Request Body

application/json
JSON
{
  
"refresh_token": "string"
}

Responses

Token refreshed

application/json
JSON
{
  
"access_token": "string"
}

Playground

Body

Samples

Powered by VitePress OpenAPI