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"
}
Get a list of the available plans from a 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"
}
GET /v1/bill/betting/providers
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"
}