cURL
curl --request GET \ --url https://api.daraa.io/shoppers/{id}
{ "id": "<string>", "email": "[email protected]", "firstName": "<string>", "lastName": "<string>", "phone": "<string>", "address": { "name": "<string>", "street1": "<string>", "city": "<string>", "state": "<string>", "zip": "<string>", "country": "<string>" }, "preferences": {}, "loyaltyPoints": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Ok
Unique identifier for the shopper
Shopper's email address
Shopper's first name
Shopper's last name
Shopper's phone number
Show child attributes
Shopper's preferences and settings
Shopper's loyalty points balance
Account creation timestamp
Last update timestamp