Superadmin APIs/Notifications
Mark Notification Read
PATCH
/superadmin/notifications/:id/readBearer token required
SUPERADMINContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | number | Required |
Code Examples
curl -X PATCH 'https://<your-domain>:3001/superadmin/notifications/:id/read' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'