cURL
curl --request GET \ --url https://api-message.nativehub.live/api/v1/notifications \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "b6c7d8e9-f0a1-2345-bc67-890123456789", "tenant_id": "c3d4e5f6-a7b8-9012-cdef-123456789012", "title": "Campaign Completed", "body": "Your campaign 'February Promotion' has completed successfully with 4985 messages sent.", "type": "campaign", "is_read": false, "created_at": "2026-02-14T12:30:00Z" } ], "total": 123, "page": 123, "per_page": 123 }
Retrieve paginated list of notifications
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Page number (default 1)
x >= 1
Items per page (default 20, max 100)
1 <= x <= 100
Notifications retrieved successfully
Show child attributes