URL
https://test-api.bvndle.com/api/v1/laas/raffles/:raffleId/entry-feesBase URL
https://test-api.bvndle.com/api/v1/laasHTTP Method
GETGETAuthorization Header
Bearer ACCESS_TOKENcURL
{
"status": "success",
"message": "raffle entry fee",
"data": [
{
"id": "3084594d-153d-4c95-8a43-758169b28989",
"type": "coin",
"fee": 20,
"raffle": {},
"createdAt": "2025-09-02T10:42:10.495Z",
"updatedAt": "2025-09-02T10:42:10.495Z"
},
{
"id": "588aa99b-6621-4137-9d0e-d8f2ed44a00c",
"type": "airtime",
"fee": 200,
"raffle": {},
"createdAt": "2025-09-02T10:42:10.495Z",
"updatedAt": "2025-09-02T10:42:10.495Z"
}
]
}
This endpoint returns the entry fee of a raffle
{
"status": "success",
"message": "raffle entry fee",
"data": [
{
"id": "3084594d-153d-4c95-8a43-758169b28989",
"type": "coin",
"fee": 20,
"raffle": {},
"createdAt": "2025-09-02T10:42:10.495Z",
"updatedAt": "2025-09-02T10:42:10.495Z"
},
{
"id": "588aa99b-6621-4137-9d0e-d8f2ed44a00c",
"type": "airtime",
"fee": 200,
"raffle": {},
"createdAt": "2025-09-02T10:42:10.495Z",
"updatedAt": "2025-09-02T10:42:10.495Z"
}
]
}
curl --request PUT
'https://test-api.bvndle.com/api/v1/laas/raffles/ac8cfcba-66c1-40ed-8e40-616cab0f25cb/entry-fees' \
--header 'Content-Type: application/json' \
{
"status": "success",
"message": "raffle entry fee",
"data": [
{
"id": "3084594d-153d-4c95-8a43-758169b28989",
"type": "coin",
"fee": 20,
"raffle": {},
"createdAt": "2025-09-02T10:42:10.495Z",
"updatedAt": "2025-09-02T10:42:10.495Z"
},
{
"id": "588aa99b-6621-4137-9d0e-d8f2ed44a00c",
"type": "airtime",
"fee": 200,
"raffle": {},
"createdAt": "2025-09-02T10:42:10.495Z",
"updatedAt": "2025-09-02T10:42:10.495Z"
}
]
}