https://test-api.bvndle.com/api/v1/laas/leaderboard/new https://test-api.bvndle.com/api/v1/laas
nametypeDescription
partnerIdstringRequired
ID of the partner
pagenumberOptional
takenumberOptional
startDatedateOptional
endDatedateOptional
userIdstringOptional
ID of the onboarded user
PS: Add userId if you want the position of the user with the ID to be returned
curl --request GET
'https://test-api.bvndle.com/api/v1/laas/leaderboard/new?page=1&take=20&partnerId=0463c990-3b8b-4cb4-b0bc-b08aa0d88d93&userId=02731314-e354-418a-8c7f-6f4b3a1ead6d' \
--header 'Content-Type: application/json' \
{
"status": "success",
"message": "leaderboard returned",
"data": {
"userPosition": {
"userId": "02731314-e354-418a-8c7f-6f4b3a1ead6d",
"amount": 2,
"position": 1
},
"data": [
{
"id": "53f96a11-5cc4-4948-985b-a2f88d04a214",
"points": 2,
"createdAt": "2025-08-11T17:41:26.487Z",
"updatedAt": "2025-08-13T22:30:38.936Z",
"user": {
"id": "4d86fdff-f3f6-4792-8c81-ef44feac1ba7",
"userId": "02731314-e354-418a-8c7f-6f4b3a1ead6d",
"userData": null,
"createdAt": "2025-03-25T21:11:38.149Z",
"updatedAt": "2025-08-13T23:24:56.492Z"
}
}
],
"count": 1,
"currentpage": 1,
"nextpage": null,
"prevpage": null,
"lastpage": 1
}
}