Customers
Create Customer
Create a new Customer.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The name of the customer
Minimum length:
1
The aliases of the customer used to match events to the customer.
The address of the customer
The contacts of the customer. Contact marked as primary is the target for invoice sharing.
The external ID of the customer
Minimum length:
1
Response
200
application/json
RequestSuccess