Query Parameter
nametypeDescription
cURL
Copy
curl --request GET
'https://test-api.bvndle.com/api/v1/laas/get-user-coin-data?userId=12erfderfvdert423452w45' \
--header 'Content-Type: application/json' \
SUCCESS RESPONSE
nametypeDescription
Copy
{
"status": "success",
"message": "laas user data retrieved successfully",
"data": {
"totalCoins": 0,
"totalPartnerCoins": 0,
"isLinked": true,
"wallets": [
{
"partner": "Edited Business Name",
"walletId": "a4d3aed8-e808-442b-95f0-5e520b6bda6c",
"coins": 0
},
{
"partner": "beebuu",
"walletId": null,
"coins": 0
},
{
"partner": "Edited Business Name",
"walletId": "57c8b4e6-450d-41b7-95c3-8815547be9fb",
"coins": 100
}
]
}
}
