/auth/createUser
Authorization (string, Required) — Token for authentication
Content-Type: application/json
Include the Authorization header with a valid token for all requests.
email (string · email) — The unique email address of the customer
firstname (string) — The first name of the customer (required for individual customers) Example: John
John
lastname (string) — The last name of the customer (required for individual customers) Example: Doe
Doe
company (string) — The name of the company (required for corporate customers) Example: Acme Corporation
Acme Corporation
type (string) — The type of customer Possible values: individual corporate
individual
corporate
201 — Customer created successfully (application/json) Response object properties: customer_id, email
customer_id
email
Last updated 1 month ago
{ "customer_id": "60208f89-fc39-449b-8cc6-178897c462d4", "email": "[email protected]" }