Fetch Notifications
App Notification Endpoints
Fetch Notifications
Get a paginated list of app notifications for the authenticated user
Fetch Notifications
Returns a paginated list of app notifications for the currently authenticated user, ordered newest first. Notifications are scoped to the calling user — a user cannot read another user’s notifications.
This endpoint requires an authenticated user. Include a valid
Authorization: Bearer <accessToken> header.Query Parameters
number
default:"1"
Page number (1-indexed).
number
default:"5"
Number of results per page. Maximum
50.Response
Returns a paginated envelope containing an array of notification objects.array
List of app notification objects.
object
Pagination metadata.
Error Responses
Missing token — 401
Missing token — 401
No
Authorization header was sent. The body is text/plain, not JSON:Expired or invalid token — 403
Expired or invalid token — 403
The header was sent but the token failed verification. Refresh the access
token and retry. The body is
text/plain, not JSON:Invalid Query — 400
Invalid Query — 400

