Skip to main content
GET
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

See Also