Skip to content
Ecommercen Docs
Search
K
Main Navigation
API Guides
Business Flows
API Reference
Wiki
Changelog
Appearance
Menu
Return to top
Register a new customer account
POST
/rest/v1/auth/customer/register
Request Body
application/json
Schema
JSON
JSON
{
"email"
:
"string"
,
"password"
:
"string"
,
"firstName"
:
"string"
,
"lastName"
:
"string"
,
"phone"
:
"string"
}
Responses
201
400
409
Customer registered successfully
Content-Type
application/json
Schema
JSON
JSON
{
"access_token"
:
"string"
,
"refresh_token"
:
"string"
}
POST
/rest/v1/auth/customer/register
Playground
Body
Try it out
Samples
Powered by
VitePress OpenAPI