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

No Authorization header was sent. The body is text/plain, not JSON:
The header was sent but the token failed verification. Refresh the access token and retry. The body is text/plain, not JSON:

See Also