Nurama Developers
Notifications

Get user's last seen records for specified channels and types.

POST
/notifications/last-seen

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/notifications/last-seen" \  -H "Content-Type: application/json" \  -d '{    "channels": [      "/project/[projectId]/creator"    ]  }'
"{/workspace/[workspaceId]:[timestamp]}"