Skip to main content
POST
Create multiple customers

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The ID of the business

Body

application/json
customers
object[]
required

An array of customer data to create

Response

200 - application/json

An array of created Customer objects

customers
(The Customer object · object | null)[]
required

An array of created Customer objects (null for entries that failed)

errors
object[]

An array of errors