URL
https://test-api.bvndle.com/api/v1/laas/streaks/:idBase URL
https://test-api.bvndle.com/api/v1/laasHTTP Method
GETAuthorization Header
Bearer ACCESS_TOKENcURL
Copy
curl --request GET
'https://test-api.bvndle.com/api/v1/laas/streaks/1c865ca9-2df1-4d36-8f5b-fb5f33dc7f7' \
--header 'Content-Type: application/json' \
Copy
{
"status": "success",
"message": "streak returned",
"data": {
"id": "1c865ca9-2df1-4d36-8f5b-fb5f33dc7f70",
"name": "one_time_login",
"partner": {},
"rewards": [
{
"id": "f1de5758-9423-4570-9a16-eec564dfa230",
"reward": 2000,
"type": "airtime",
"streak": {},
"createdAt": "2025-09-15T21:09:52.873Z",
"updatedAt": "2025-09-15T21:09:52.873Z"
},
{
"id": "0071942a-c5d1-4cb3-b9bd-dafbb9b52456",
"reward": 1000,
"type": "airtime",
"streak": {},
"createdAt": "2025-09-16T00:17:51.663Z",
"updatedAt": "2025-09-16T00:17:51.663Z"
},
{
"id": "7f0e7464-712d-43b6-8965-25270d9fa398",
"reward": 20,
"type": "coins",
"streak": {},
"createdAt": "2025-09-16T00:24:17.650Z",
"updatedAt": "2025-09-16T00:24:17.650Z"
},
{
"id": "d4a39a1f-7970-4c85-91db-16bb577d3351",
"reward": 100,
"type": "coins",
"streak": {},
"createdAt": "2025-09-16T10:45:39.592Z",
"updatedAt": "2025-09-16T10:45:39.592Z"
},
{
"id": "096ba823-1159-4987-8a7f-85d6e79fd2e8",
"reward": 50,
"type": "coins",
"streak": {},
"createdAt": "2025-09-16T10:46:40.873Z",
"updatedAt": "2025-09-16T10:46:40.873Z"
}
],
"dailyRewards": [
{
"id": "3654d4fc-2b0f-4127-ae4c-ea422db86eb4",
"streak": {},
"day": 2,
"reward": {
"id": "14c7655e-db11-4741-9c16-a4d3300a2206",
"reward": 2,
"type": "coins",
"streak": {},
"createdAt": "2025-09-15T21:09:52.811Z",
"updatedAt": "2025-09-16T00:17:51.756Z"
},
"createdAt": "2025-09-15T23:01:05.807Z",
"updatedAt": "2025-09-15T23:01:05.807Z"
},
{
"id": "90fc6ced-3a74-42da-be3e-029678561038",
"streak": {},
"day": 5,
"reward": {
"id": "f1de5758-9423-4570-9a16-eec564dfa230",
"reward": 2000,
"type": "airtime",
"streak": {},
"createdAt": "2025-09-15T21:09:52.873Z",
"updatedAt": "2025-09-15T21:09:52.873Z"
},
"createdAt": "2025-09-15T23:01:38.725Z",
"updatedAt": "2025-09-15T23:01:38.725Z"
}
],
"createdAt": "2025-09-15T21:09:52.746Z",
"updatedAt": "2025-09-16T00:26:26.581Z"
}
}
