Skip to content

Register a new customer account

POST
/rest/v1/auth/customer/register

Request Body

application/json
JSON
{
  
"email": "string",
  
"password": "string",
  
"firstName": "string",
  
"lastName": "string",
  
"phone": "string"
}

Responses

Customer registered successfully

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

Playground

Body

Samples

Powered by VitePress OpenAPI