Skip to main content

Create a customer

POST 

/api/v1/customer

Creates a customer under your business and returns the new record, including its id. Only email and name are required (dateOfBirth and gender are optional), and the email must not already belong to an existing user (409). Use the returned id as userId when submitting data via POST /api/v1/customer/add-data.

Request

Responses

Customer created successfully