Retrieve Notification
Retrieves a single notification by id — either an id returned by List Notifications, or the ephemeral id delivered with a push/websocket event. Requires a user credential.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
"2026-07-27"
Path Parameters
A notification id from List Notifications, or the id delivered with a push/websocket event.
Response
notification found
Account the notification belongs to. null when the notification is not associated with an account.
Image displayed alongside the notification — the sender's avatar, or the default notification image.
The body text of the notification displayed to the user.
When the notification was created, as an ISO 8601 timestamp.
Experience the notification is related to. null when not tied to a specific experience.
Notification ID. Feed rows carry a composite id that doubles as the list cursor.
The same destination on the app's own domain, which the Whop web and mobile clients embed instead of navigating to it. Only relevant if you render Whop apps yourself. null when the notification carries its own link.
The whop.com page the notification opens, as a normal top-level navigation. This is the link to use unless you host Whop apps yourself. null when the notification has no click-through destination.
Whether the authenticated user was directly mentioned in this notification.
Additional path information appended to the notification's deep link, if any.
User who triggered the notification. null when it was system-generated.
The title line of the notification displayed to the user.
Topic category the notification belongs to, used for grouping and preference management. null when uncategorized.

