Skip to main content
GET
List Data Plans

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. You can call this endpoint without a filter to retrieve the full catalog, or pass network to return plans for one network.

Query Parameters

Response

The data field is an array of data plan entries. Each entry contains the fields below.

Response Fields

number
Unique catalog item ID.
string
Network the data plan belongs to.
string
Operator identifier for the plan, when available.
string
Product code to submit as productCode when purchasing data.
string
Group the product belongs to. Empty when not applicable.
string
Voucher code to submit as voucherCode when purchasing data.
string
Customer-readable description of the bundle and validity.
number
Amount charged in Naira.
number
Data value returned for the plan, when available.
URL of the network logo, suitable for display in a UI.

Example Response

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.
  • Copy productCode, voucherCode, and network directly into Purchase Data.
  • amount represents the amount charged 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>

Optional network provider filter

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[]