Query Parameter
nametypeDescription
cURL
Copy
curl --request GET
'https://test-api.bvndle.com/api/v1/laas/streaks/998bd723-3d40-48d4-a896-b7eca283aafe/rewards?page=1&take=10' \
--header 'Content-Type: application/json' \
Copy
{
"status": "success",
"message": "streak rewards returned",
"data": {
"data": [
{
"id": "828218d6-9895-45c4-9e2e-e52d347bc1c0",
"reward": null,
"type": "ticket",
"createdAt": "2025-10-06T16:57:30.836Z",
"updatedAt": "2025-10-06T16:57:30.836Z",
"ticket": {
"id": "36a2ed79-42fd-4ea7-b558-a4869adf726f",
"status": "active",
"code": "6138411414",
"expiryDate": "2025-10-19T23:00:00.000Z",
"createdAt": "2025-10-04T19:15:11.321Z",
"updatedAt": "2025-10-04T19:15:11.321Z"
}
},
{
"id": "38a329a1-225f-4533-81de-8117c306fd68",
"reward": 50,
"type": "coins",
"createdAt": "2025-09-17T18:21:16.382Z",
"updatedAt": "2025-09-17T18:21:16.382Z",
"ticket": null
},
{
"id": "5afe15ac-69bb-4a68-9037-048d953f94e6",
"reward": 2000,
"type": "airtime",
"createdAt": "2025-09-17T18:20:44.564Z",
"updatedAt": "2025-09-17T18:20:44.564Z",
"ticket": null
},
{
"id": "3c57f792-b2cd-4710-8fed-2c364fb95600",
"reward": 20,
"type": "coins",
"createdAt": "2025-09-17T18:20:44.527Z",
"updatedAt": "2025-09-17T18:20:44.527Z",
"ticket": null
}
],
"count": 4,
"currentpage": 1,
"nextpage": null,
"prevpage": null,
"lastpage": 1
}
}
