Skip to content

Authenticate as a customer

POST
/rest/v1/auth/customer/login

Request Body

application/json
JSON
{
  
"username": "string",
  
"password": "string"
}

Responses

Successful login

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

Playground

Body

Samples

Powered by VitePress OpenAPI