Skip to main content
Read and manage your customer records. All four calls are authenticated with your API key only — no signature required.

List customers

Rows are returned in data.items, with page info alongside:

Get a customer

Returns the full customer object (same shape as Create).

Update a customer

Send only the fields you want to change (email, phone, firstName, lastName, country, metadataJson).
Returns the updated customer object.

Delete a customer