Customers
Create a customer
Create a customer
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Example:
"Bearer SECRET"
Body
application/json
The customer to create
The body is of type object
.
Response
200
application/json
Create a Customer
The response is of type object
.