curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/app-notifications{
"data": [
{
"id": "<string>",
"projectId": "<string>",
"userId": "<string>",
"type": "<string>",
"action": "<string>",
"isRead": true,
"metadata": {},
"createdAt": "<string>",
"updatedAt": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalPages": 123,
"totalItems": 123,
"hasMore": true
}
}Get a paginated list of app notifications for the authenticated user
curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/app-notifications{
"data": [
{
"id": "<string>",
"projectId": "<string>",
"userId": "<string>",
"type": "<string>",
"action": "<string>",
"isRead": true,
"metadata": {},
"createdAt": "<string>",
"updatedAt": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalPages": 123,
"totalItems": 123,
"hasMore": true
}
}Authorization: Bearer <accessToken> header.50.Show AppNotification properties
"new-follower", "comment-reply"). Defined by your webhook integration.Unauthorized — 401
{
"error": "Unauthorized",
"code": "auth/unauthorized"
}
Invalid Query — 400
{
"error": "...",
"code": "app-notification/invalid-query"
}