V1MeNotifications
Your private notification inbox
Authorization
bearer AuthorizationBearer <token>
In: header
Query Parameters
limit?integer
Range
1 <= value <= 100Default
20cursor?string
Match
^[A-Za-z0-9_-]+$Length
1 <= length <= 512Response 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}