Ask about anything in DailyStory Developer Documentation

Type a question in your own words below. Answers are written from our published articles and cite the ones they came from.

Recently updated

    Dashboard
    Edit Article Logout

    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" } ] } }

    How helpful was this article?

    πŸ‘ or πŸ‘Ž

    Related Articles

    Markdown Version