Vexar API

Notifications

In-app notifications for your account. Authentication required.

GET /api/v1/notifications/unread Auth

List unread notifications.

Response
{ "success": true, "notifications": [ { "id": 5, "title": "…", "body": "…", "created_at": "…" } ] }
POST /api/v1/notifications/{id}/read Auth

Mark a notification as read.

Response
{ "success": true }