v1
latestOpenAPI 3.1.02026-07-26620219.6 KBRetrieve Loyalty Customer Details by Email
Retrieve a customer record from Yotpo Loyalty & Referrals (updated in real-time).
post/loyalty/v3/stores/:store_id/customers
Query parameters
access_tokenstring required
Your Yotpo access token. Click here to learn how to generate one
Request body
Response
200
Example response
{
"customers": {
"email": "tom.smith@hostname.com",
"credit_balance": "$0",
"credit_balance_in_customer_currency": "$0",
"opt_in": true,
"opted_in_at": "2022-02-01",
"vip_tier_name": "Tier Name",
"vip_tier_entry_date": "2022-02-01T13:05:57.071+02:00",
"vip_tier_upgrade_requirements": {
"points_needed": 100,
"amount_cents_needed": 200
}
}
}