POST
/
v1
/
customers
/
{
  "id": "<string>",
  "externalId": "<string>",
  "name": "<string>",
  "customFields": {}
}

Authorizations

X-API-KEY
string
header
required

API Key Authentication.

Body

application/json

Schema representing a customer.

Response

201
application/json

The request was successfully processed, and the customer has been created. The response contains the details of the newly created customer.