Create a new customer
POST/customers
Create a new customer for your organization. Customers represent end-users who make purchases. The organization is determined from the authenticated API key.
Request
Responses
- 201
- 400
- 401
- 500
Successfully created customer
Invalid request body or validation error
Unauthorized - invalid or missing API key
Internal server error