GET |
/api/notifications |
The caller’s own notifications (operators: all). |
POST |
/api/notifications |
Create a notification for yourself (platform events use deliver_event). |
DELETE |
/api/notifications/{notification_id} |
Notification delete |
GET |
/api/notifications/{notification_id} |
Notification detail |
PATCH |
/api/notifications/{notification_id} |
Update (e.g. mark read) — your own notifications only. |
GET |
/api/presence |
The caller’s own presence (operators: all). |
POST |
/api/presence |
Record your own presence. Setting someone else’s is not a capability. |
DELETE |
/api/presence/{presence_id} |
Presence delete |
GET |
/api/presence/{presence_id} |
Presence detail |