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

Response

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