Notifications
In-app notifications for your account. Authentication required.
GET
/api/v1/notifications/unread AuthList unread notifications.
Response
{ "success": true, "notifications": [ { "id": 5, "title": "…", "body": "…", "created_at": "…" } ] }POST
/api/v1/notifications/{id}/read AuthMark a notification as read.
Response
{ "success": true }