Get customer
Get customer
Get a customer by exact ID, email, or phone.
POST
Get customer
Required access
| Authentication | Scope | Dataset grant |
|---|---|---|
| API client v2 | customers:read | customers |
Body
One ofcustomerId, email, or phone is required.
Optional workspace UUID. The authenticated workspace is used by default. Find the current workspace ID in Settings > API Details > Channels. See Resource IDs.
Customer UUID to look up. Open a customer in the Customer module and use the last UUID in the URL:
/dashboard/[workspace_id]/customers/[customer_id]. See Resource IDs.Customer email to look up.
Customer phone number to look up.
Response
Customer ID.
Customer name.
Customer email.
Customer phone number.