Customers
Create customer
POST
/
customers
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requiredA display name for this customer.
corporation_id
string
requiredThe unique identifier for a corporation this customer belongs to.
Response
200 - application/json
data
object
message
string