List Reward History
Returns the history of rewards/points earned by the contact.
Path Parameters
dsidstringrequired
The contact dsid to return loyalty history for.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"history": [
{
"name": "Testing reward icon",
"points_earned": 100,
"date_created": "2024-04-05T17:56:13.4930000",
"icon": "fa-light_fa-award"
},
{
"name": "Testing reward icon",
"points_earned": 100,
"date_created": "2024-04-05T17:54:35.1700000",
"icon": "fa-light_fa-award"
}
]
}
}