Get Loyalty
Returns the current loyalty point balance for a contact. To award or redeem points, to look up reward definitions, or to inspect point history, see the Rewards and Loyalty APIs.
The dsid of the contact to return the loyalty balance for.
{
"Status": true,
"Message": "",
"Response": {
"points": 100
}
}
The contact's current loyalty point balance (earned minus redeemed).