cURL
curl --request GET \ --url https://api.replyke.com/api/v6/:projectId/app-notifications
{ "notifications": [ { "id": "<string>", "userId": "<string>", "projectId": "<string>", "type": "<string>", "action": "<string>", "metadata": { "initiatorId": "<string>", "initiatorName": "<string>", "initiatorUsername": "<string>", "initiatorAvatar": "<string>" }, "createdAt": "<string>", "updatedAt": "<string>" } ] }
Retrieve a paginated list of app notifications for the authenticated user
Show notification object
Show properties
Invalid Page - 400 Bad Request
{ "error": "Invalid request: 'page' must be a whole number greater than 0", "code": "app-notification/invalid-page" }
Invalid Limit - 400 Bad Request
{ "error": "Invalid request: limit must be a number", "code": "app-notification/invalid-limit" }
Server Error - 500 Internal Server Error
{ "error": "Internal server error.", "code": "app-notification/server-error", "details": "<Error message>" }
page
limit