POST
/
customers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

The name of the customer

Minimum length: 1
address
object

The address of the customer

aliases
string[] | null

The aliases of the customer used to match events to the customer.

contacts
object[]

The contacts of the customer. Contact marked as primary is the target for invoice sharing.

externalId
string

The external ID of the customer

Minimum length: 1

Response

200 - application/json
customer
object
required