API referenceCustomers
Customers
Manage customer records in your project.
Customers are project-scoped. Phone numbers are canonicalized to E.164 at ingest. Email is lowercased. external_id is your stable identifier (useful when correlating Dolores customers with rows in your CRM).
See the operation pages below for full parameter and example details.
POST /v1/customers— Create a customerGET /v1/customers— List customersGET /v1/customers/{id}— Retrieve a customerPATCH /v1/customers/{id}— Update a customerDELETE /v1/customers/{id}— Delete a customerGET /v1/ping— Health check