Skip to main content
POST
Create Customer

Authorization

string
required
Bearer token. Format: Bearer qwoty_your_token

Request Body

string
required
Customer display name
string
required
Customer type. Allowed values: "company", "individual"
string
UUID of the customer segment
Logo URL
array
Legal identifiers for this customer. Each entry must have both tax and tax_value.
string
External CRM ID
string
External ERP ID
string
External accounting ID

Examples

Response

boolean
true if the customer was created
object
The created customer object (same shape as Get Customer)