Superadmin APIs/Notifications
List Notifications
GET
/superadmin/notificationsBearer token required
SUPERADMINContent-Type:
application/jsonQuery Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | string | Optional | Items per page |
beforeId | string | Optional | Cursor |
unreadOnly | string | Optional | truefalse |
Code Examples
curl -X GET 'https://<your-domain>:3001/superadmin/notifications' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured serverlimitbeforeIdunreadOnly