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

page
number
default:"1"
Page number (1-indexed).
limit
number
default:"5"
Number of results per page. Maximum 50.

Response

Returns a paginated envelope containing an array of notification objects.
data
array
List of app notification objects.
pagination
object
Pagination metadata.

Error Responses

See Also