API Endpoints
Explore our comprehensive API endpoints to power your digital services
Read
Use the following endpoints to retrieve resources.
Endpoint
GET /api/v1/providers/AwvX_RH199BqacrhFw1e3/categories/AAF-w0GycWiRIjQokRMUR/bundles?q=&limit=3&cursor=9gTi1tOc5ay30VTUnQLz5
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": "9gTi1tOc5ay30VTUnQLz5","name": "Unlimited 48 MB/s","amount": "81","sms": null,"minutes": 700,"minutesInt": null,"dataGb": null,"dataMb": "100","validity": 30,"validityType": "DAY","description": ""},{"id": "Xt6L9ELtNxdvZq4Nwccvi","name": "Unlimited 32 MB/s","amount": "45","sms": null,"minutes": 400,"minutesInt": null,"dataGb": null,"dataMb": "100","validity": 30,"validityType": "DAY","description": ""},{"id": "f2wDJGcjcvyVU4_zfDJH5","name": "Unlimited 20 MB/s","amount": "27","sms": null,"minutes": 200,"minutesInt": null,"dataGb": null,"dataMb": "100","validity": 30,"validityType": "DAY","description": ""}],"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.