Internet Data & Airtime Top-Up API

Integrate our powerful API to provide your users with seamless data and airtime top-up services. Unlock new revenue streams and enhance your platform's capabilities.

API Endpoints

Explore the available API endpoints to power your data and airtime top-up services.

Read

Use the following endpoints to retrieve resources.

Endpoint

GET /api/v1/categories?q=&page=1&limit=2

Request Parameters

  • q - Search query.
  • page - Page number.
  • limit - Number of items per page.

Request Headers

  • x-api-key - Your API key.

Response Payload

{
  "startIndex": 1,
  "endIndex": 2,
  "count": 2,
  "page": 1,
  "pages": 3,
  "total": 5,
  "data": [
    {
      "id": "sdzmwTzWvDQVX0acZTvH_",
      "name": "Anfac Plus",
      "description": "Hormuud anfac plus",
      "provider": {
        "id": "AwvX_RH199BqacrhFw1e3",
        "name": "Hormuud",
        "image": "https://pub-d147dc20113b431bb16f9761ff19f5e4.r2.dev/toptayo/hormuud-1723981822647.webp",
        "description": "Hormuud Telecom"
      }
    },
    {
      "id": "j1hb3LqQVk9o91ACO3z1_",
      "name": "Anfac Ku Hadal",
      "description": "Hormuud anfac ku hadal",
      "provider": {
        "id": "AwvX_RH199BqacrhFw1e3",
        "name": "Hormuud",
        "image": "https://pub-d147dc20113b431bb16f9761ff19f5e4.r2.dev/toptayo/hormuud-1723981822647.webp",
        "description": "Hormuud Telecom"
      }
    }
  ]
}

Status Codes

  • 200 OK - The request was successful.
  • 401 Unauthorized - The request was not authorized.
  • 404 Not Found- The requested resource was not found.