Skip to main content
GET
Get App Notifications
Retrieve a paginated list of app notifications for the authenticated user, ordered by most recent first.

Query Parameters

page
number
default:"1"
Page number (must be a whole number >= 1)
limit
number
default:"5"
Number of notifications to return (max: 50)

Response

Returns an array of notification objects:
notifications
array

Error Responses


Notes

  • Requires authentication
  • Pagination is supported via page and limit query parameters
  • Maximum value for limit is 50, default is 5
  • Notifications are returned in reverse chronological order (most recent first)
  • Rate limiting: 100 requests per 5 minutes