Customers
Create Customer
Create a customer.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Key-value object allowing you to store additional information.
The key must be a string with a maximum length of 40 characters. The value must be either:
- A string with a maximum length of 500 characters
- An integer
- A boolean
You can store up to 50 key-value pairs.
The ID of the organization owning the customer. Required unless you use an organization token.
Response
201
application/json
Customer created.
A customer in an organization.
Creation timestamp of the object.
Last modification timestamp of the object.
The ID of the object.
Was this page helpful?