Get Spectranet Data Bundle Options
Get list of spectranet data bundles
GET
{{BASE_URL}}/api/biller/data/bundles/spectranet
This endpoint allows you to get the list of data bundles provided by spectranet network
Headers
Name
Type
Description
authentication
String
{
"isSuccessful": true,
"message": "string",
"code": "string",
"data": [
{
"name": "string",
"allowance": "string",
"validity": "string",
"price": 0,
"datacode": "string"
}
]
}
Last updated