Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/notifications/
{ "count": 25, "next": "https://mifumosms.mifumolabs.com/api/notifications/?page=2", "previous": null, "results": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "title": "SMS Sent Successfully", "message": "Your SMS to +255614853618 was delivered", "type": "success", "is_read": false, "created_at": "2025-11-27T10:30:00Z" } ] }