Skip to main content
Fetch the full notification history for the currently authenticated user. You must include a valid Bearer token — the response contains only notifications belonging to your account.

Request

GET /notifications/history
Authorization: Bearer <token>

Response

notifications
array
List of notification objects for the authenticated user.
This endpoint returns notifications scoped to the authenticated user only. Tokens from other users cannot access your notification history.

Example

curl -X GET http://localhost:8080/notifications/history \
  -H "Authorization: Bearer <token>"