Get Smile Bundle Options
Get list of smile data bundles
GET
{{BASE_URL}}/api/biller/data/bundles/smile-direct
This endpoint allows you to get the list of data bundles provided by smile network
Headers
Name
Type
Description
x-api-key*
String
3434-4243-ffef-2323
{
"isSuccessful": true,
"message": "string",
"code": "string",
"data": [
{
"name": "string",
"allowance": "string",
"validity": "string",
"price": 0,
"datacode": "string"
}
]
}
Last updated