Skip to main content
GET
/
AirtimeList
List Airtime Networks
curl --request GET \
  --url https://api.bleeprs.com/api/AirtimeList \
  --header 'Authorization: Bearer <token>'
{
  "gatewayStatus": "00",
  "gatewayMessage": "Successfully Processed",
  "requestReference": "MA1EF7AxNWuLz2Y0Jzfw",
  "data": [
    {
      "ID": 123,
      "Network": "<string>",
      "Operator": "<string>",
      "Region": "<string>",
      "MinAmount": 123,
      "MaxAmount": 123,
      "Percentage": 123,
      "NetworkLogo": "<string>",
      "VoucherCode": "<string>",
      "CreatedAt": "<string>",
      "UpdatedAt": "<string>"
    }
  ]
}

Overview

Retrieve a list of all available airtime networks with their pricing, limits, and other relevant information. No parameters required for this endpoint.

Data Object Fields

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successfully retrieved airtime networks

gatewayStatus
string
Example:

"00"

gatewayMessage
string
Example:

"Successfully Processed"

requestReference
string
Example:

"MA1EF7AxNWuLz2Y0Jzfw"

data
object[]