Superadmin APIs/Dashboard & Analytics
Activity Logs
GET
/superadmin/dashboard/activitylogsBearer token required
SUPERADMINContent-Type:
application/jsonQuery Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | Optional | 5–50, default 20 |
cursorId | number | Optional | Cursor for pagination |
actorId | number | Optional | Filter by user |
from | string | Optional | ISO date |
to | string | Optional | ISO date |
Code Examples
curl -X GET 'https://<your-domain>:3001/superadmin/dashboard/activitylogs' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured serverlimitcursorIdactorIdfromto