Customers Controller
Create customer
Create a new customer
post/customers
Request body
Example request
{
"customerEmail": "customer@example.com"
}Response
Customer created successfully
Example response
{
"id": 1,
"customerEmail": "customer@example.com",
"emailValidationStatus": "UNKNOWN"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.