Skip to main content
GET
/
DataList
List Data Plans
curl --request GET \
  --url https://api.bleeprs.com/api/DataList \
  --header 'Authorization: Bearer <token>'
{
  "gatewayStatus": "00",
  "gatewayMessage": "Successfully Processed",
  "requestReference": "oodwwrNrMbP9grMPFKVW",
  "data": [
    {
      "ID": 123,
      "Network": "<string>",
      "Operator": "<string>",
      "ProductCode": "<string>",
      "ProductGroup": "<string>",
      "NetworkLogo": "<string>",
      "VoucherCode": "<string>",
      "Description": "<string>",
      "DataValue": 123,
      "CreatedAt": "<string>",
      "UpdatedAt": "<string>"
    }
  ]
}

Overview

Retrieve a list of available data plans for a specific network. This endpoint allows you to browse all data bundles offered by each network provider.

Data Plan Object Fields

Supported Networks

  • GLOBACOM - Glo Nigeria data plans
  • AIRTEL - Airtel Nigeria data plans
  • MTN - MTN Nigeria data plans
  • 9MOBILE - 9mobile Nigeria data plans

Notes

  • Data plans vary by network and are updated regularly
  • Use the ProductCode from the response when purchasing data
  • DataValue represents the cost in Naira
  • Descriptions include data amount and validity period

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

network
enum<string>
required

Network provider to get data plans for

Available options:
GLOBACOM,
AIRTEL,
MTN,
9MOBILE

Response

200 - application/json

Successfully retrieved data plans

gatewayStatus
string
Example:

"00"

gatewayMessage
string
Example:

"Successfully Processed"

requestReference
string
Example:

"oodwwrNrMbP9grMPFKVW"

data
object[]