Retrieve a customer profile by email address.
The response includes the customer’s name, contact information, location,
and any custom fields associated with the profile. Custom fields are returned
as { fieldName: value } pairs.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Store ID
"64e5a8a1af49a89df37e4ee7"
Customer email address
Customer found
Customer profile.
Redo customer ID
"67bd4f1a2e3c8d001a5f9b12"
Customer email address
"jane@example.com"
Timestamp when the customer was created.
"2026-02-20T18:30:00.000Z"
Timestamp when the customer was last updated.
"2026-02-24T12:15:00.000Z"
Customer first name
"Jane"
Customer last name
"Smith"
Customer phone number in E.164 format
"+11234567890"
Customer location information.
Custom field values as key-value pairs, where keys are field names and values can be strings, numbers, or booleans.
{
"subscription_source": "web",
"status": "Active",
"loyalty_points": 1250,
"vip_member": true
}