List notifications for the current user
Notifications
List notifications for the current user
GET
List notifications for the current user
Authorizations
User session JWT (Bearer ). Must be paired with the X-Team-ID
request header on team-scoped endpoints so the server knows which
team's resources to operate on.
Query Parameters
Page number to retrieve (1-based). Default: 1.
Required range:
x >= 1Example:
1
Number of items per page (1–100). Default: 20.
Required range:
1 <= x <= 100Example:
20
If true, return only unread notifications
