Fetch Data Providers
Fetch Data Providers
GET
https://sagecloud.ng/api/v2/internet/data/fetch-providers
This endpoint allows you to get data providers.
Headers
Name
Type
Description
Authorization
string
Checks the Headers page
{
"success": true,
"billers": [
{
"type": "MTNDATA",
"id": 1,
"name": "MTN",
"narration": "MTN Data",
"image": ""
},
{
"type": "AIRTELDATA",
"id": 2,
"name": "AIRTEL",
"narration": "AIRTEL Data",
"image": ""
},
{
"type": "GLODATA",
"id": 3,
"name": "GLO",
"narration": "GLO Data",
"image": ""
},
{
"type": "9MOBILEDATA",
"id": 4,
"name": "9MOBILE",
"narration": "9MOBILE Data",
"image": ""
}
]
}
Last updated
Was this helpful?