Developers
V1MeNotifications

Your private notification inbox

GET
/v1/me/notifications
AuthorizationBearer <token>

In: header

Query Parameters

limit?integer
Range1 <= value <= 100
Default20
cursor?string
Match^[A-Za-z0-9_-]+$
Length1 <= length <= 512

Response Body

application/json

curl -X GET "https://example.com/v1/me/notifications"
{  "items": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "category": "community",      "template": "community_update",      "title": "string",      "body": "string",      "createdAt": "2019-08-24T14:15:22Z",      "readAt": "2019-08-24T14:15:22Z"    }  ],  "nextCursor": "string",  "unreadCount": 0}