List notifications
Returns notifications scoped to the currently authenticated user. Results are paginated and sorted by date created (DATE_CREATED). The response includes a responseTimestamp. Authentication is required; unauthenticated requests are rejected with 403 Forbidden.
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Query Parameters
Page number, starting with 0, default 0
x >= 0Page size, accepts values between 1 and 50, default 20
1 <= x <= 50Filtered by notification category
PINNED, SEEN, UNSEEN Filtered by create date time in ISO 8601 UTC format
Filtered by create date time in ISO 8601 UTC format