API Endpoints
Explore our comprehensive API endpoints to power your digital services
Read
Use the following endpoints to retrieve resources.
Endpoint
GET /api/v1/bundles?q=&limit=1&cursor=VIBTsoO24FA59yPssu_Jc
Request Parameters
- q - Search query.
- cursor - Cursor for pagination (optional).
- limit - Number of items per page.
Request Headers
- x-api-key - Your API key.
Response Payload
{"data": [{"id": "VIBTsoO24FA59yPssu_Jc","name": "MIFI Plus 30 Days","amount": "18","sms": null,"minutes": null,"minutesInt": null,"dataGb": "35","dataMb": "100","validity": 30,"validityType": "DAY","description": "","category": {"id": "jLsPlCOUJEKfT3kR0EJPP","name": "MIFI Plus","provider": {"id": "AwvX_RH199BqacrhFw1e3","name": "Hormuud","image": "https://toptayo.com/media/toptayo/hormuud-1723981822647.webp","description": "Hormuud Telecom"}}}],"nextCursor": "next_cursor_value"}
Status Codes
- 200 OK - The request was successful.
- 401 Unauthorized - The request was not authorized.
- 404 Not Found- The requested resource was not found.