cURL
Customers
Bulk Create Customers
Create multiple customers in a single request
POST
cURL
Each customer is processed independently. If some customers fail (e.g., duplicate email or customer key), the others will still be created. Check both
customers_created and customers_failed arrays in the response to handle partial failures.A maximum of 100 customers can be created per request. Each customer accepts the same fields as the single create endpoint.
Authorizations
Body
application/json
Array of customer objects to create (max 100)
Maximum array length:
100
