cURL
API Reference
List Notifications
Retrieve the token user’s notifications
GET
cURL
Query Parameters
after(optional): ObjectId cursor for newer notificationsbefore(optional): ObjectId cursor for older notifications
Response
Returns notifications scoped to the PAT user and workspace, plus total and unread counts.Authorizations
Bearer token
Query Parameters
Return notifications after this ObjectId cursor.
Pattern:
^[0-9a-fA-F]{24}$Return notifications before this ObjectId cursor.
Pattern:
^[0-9a-fA-F]{24}$