Skip to content

Notifications API

7 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.

Method Path Description
GET /api/notifications/ List Notifications Query: is_read, limit, offset.
POST /api/notifications/check-alerts Check Alerts
POST /api/notifications/devices Register Device Accepts a JSON body.
DELETE /api/notifications/devices/{token} Unregister Device
POST /api/notifications/mark-all-read Mark All Read
GET /api/notifications/unread-count Unread Count
PATCH /api/notifications/{notification_id}/read Mark Read

Try it

The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.