Aller au contenu
Chargement des API keys…

Customers

Create and manage reusable customer profiles.

A Customer is a reusable profile identified by email or phone.

Marketplaces: acting on behalf of a subaccount

Platforms can manage a connected subaccount's own customers by sending an X-Sync header alongside their own key (requires the customers capability). See Subaccounts for the full contract and error cases.

Endpoints

MethodPathDescription
POST/customersCreate
GET/customers/{id}Retrieve
GET/customersList
PUT/customers/{id}Update
DELETE/customers/{id}Delete

The Customer object

idstringfacultatif
Unique identifier.
typeenumfacultatif
individual or business.
emailstring?facultatif
Email address.
phonestring?facultatif
Phone number.
namestring?facultatif
Full name.
statusenumfacultatif
active, inactive, blocked.
metadataobjectfacultatif
Free-form data.
created_atdatetimefacultatif
ISO 8601 creation timestamp.

Que pensez-vous de ce contenu ?