Skip to main content
POST
Get customer
Get a single customer by exact ID, email, or phone.

Required access

Body

One of customerId, email, or phone is required.
string
Optional workspace UUID. The authenticated workspace is used by default. Find the current workspace ID in Settings > API Details > Channels. See Resource IDs.
string
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.
string
Customer email to look up.
string
Customer phone number to look up.

Response

string
Customer ID.
string
Customer name.
string
Customer email.
string
Customer phone number.