v1
latestOpenAPI 3.1.02026-07-24318141.2 MBList Reward Transactions
List reward transactions for earned reward items
get/reward-transactions/
Query parameters
widget_idstring
Filters transactions by widget ID
widget_kindstring
Filters transactions by kind of widget, e.g. text-poll
profile_idstring
Filter transactions by destination profile ID
reward_item_idstring
Filter transactions by reward item ID
reward_action_keystring
Filter transactions by reward_action_key
created_sincestring date
created_untilstring date
attributesstring
Filter transactions by atribute's key/value
Response
200
Example response
{
"results": [
{
"url": "https://cf-blast.livelikecdn.com/api/v1/reward-transactions/d6cf158d-0383-4b96-a9d9-a069827b93a2/",
"profile_id": "2cb3fcb7-4ab7-488e-9121-e57176e3b3b9",
"created_at": "2021-07-15T08:38:04.000Z",
"reward_action_key": "poll-voted",
"reward_action_id": "63e087b2-2f11-4406-a927-2c43e8a16209",
"reason": "attend a game",
"description": "attended an away game vs Atlanta Braves on April 30th",
"reward_item_amount": 100,
"reward_item_id": "f412f658-fc53-4924-8fed-8103d81a826d",
"reward_action_name": "Voted on a poll",
"reward_item_name": "Web Demo Reward",
"id": "d6cf158d-0383-4b96-a9d9-a069827b93a2",
"profile_nickname": "Intrepid Dog",
"source": "quest-completed",
"attributes": [
{
"key": "texture",
"value": "smooth"
}
]
}
],
"count": 3215,
"next": "https://cf-blast.livelikecdn.com/api/v1/reward-transactions/?offset=20"
}