Get Notification Feed
GET {{api_base}}/{{api_version}}/api/notifications/mynotifications
Overview
Gets your notifications in a JSON object that is easily parsable compared to the RSS Feed. Gives all the same data as the RSS Feed.
Authorization
Requires an API key using the Authorization Bearer Header.
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"success":true,"error":null,"detail":"Successfully retrieved your notifications.","data":[{"id":0,"created_at":"2023-12-22T22:39:22.387095+00:00","title":"Test","message":"This is a test.","auth_id":"XXXXXXXXXXXXXXXXXXXXXXXX"},{"id":1,"created_at":"2023-12-22T22:39:23.540178+00:00","title":"Test","message":"This is a test.","auth_id":"XXXXXXXXXXXXXXXXXXXXXXXX"}]}