Get customer
Get customer
Get a customer by exact ID, email, or phone.
POST
Get customer
Required access
Body
One ofcustomerId, 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.