Fetch Notifications
App Notification Endpoints
Fetch Notifications
Get a paginated list of app notifications for the authenticated user
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.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint requires an authenticated user. Include a valid
Authorization: Bearer <accessToken> header.Query Parameters
Page number (1-indexed).
Number of results per page. Maximum
50.Response
Returns a paginated envelope containing an array of notification objects.List of app notification objects.
Pagination metadata.
Error Responses
Unauthorized — 401
Unauthorized — 401
Invalid Query — 400
Invalid Query — 400

