Create Customer
Header parameters
AuthorizationstringRequired
Token for authentication
Body
emailstring · emailRequired
The unique email address of the customer
first_namestringOptionalExample:
The first name of the customer (required for individual customers)
Johnlast_namestringOptionalExample:
The last name of the customer (required for individual customers)
Doecompany_namestringOptionalExample:
The name of the company (required for corporate customers)
Acme Corporationtypestring · enumRequiredPossible values:
The type of customer
Responses
201
Customer created successfully
application/json
post
/v0/customers201
Customer created successfully
Last updated