Documentation Index
Fetch the complete documentation index at: https://developer.nomba.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/bill/betting/providers
Response body
List of available subscription plans
The corresponding id for this provider
The pretty name for this provider
curl --location GET \
--url https://api.nomba.com/v1/bill/betting/providers \
--header 'Authorization: Bearer <token>' \
--header 'accountId: <accountId>'
{
"code": "00",
"description": "SUCCESS",
"data": [
{
"lookup_id": "BET9JA",
"amount": "",
"name": "BET9JA",
"biller_id": "bet9ja",
"id": "bet9ja"
},
{
"lookup_id": "BET_1960BET",
"amount": "",
"name": "1960Bet",
"biller_id": "1960bet",
"id": "1960bet"
}
],
"message": "SUCCESS"
}