Notifications
In-app notifications. All endpoints require Bearer Token authentication.
List Notifications
Query Parameters
| Parameter | Type | Description |
|---|---|---|
unread_only | bool | Return only unread notifications, default false |
type | string | Filter by notification type |
Response
Mark All Notifications as Read
Response
Mark Single Notification as Read
Response
Admin Broadcast
Admins can send broadcast notifications to all users or specific organizations.
Create Broadcast
Requires platform_admin permission.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Notification type |
title | string | Yes | Title |
body | string | Yes | Body content |
target | string | Yes | all or specific org_id |
payload | object | No | Additional data |
Response 202 Accepted
List Broadcasts
Query Parameters
| Parameter | Type | Description |
|---|---|---|
limit | int | |
cursor | string |