Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-07-27"

Path Parameters

notification_id
string
required

A notification id from List Notifications, or the id delivered with a push/websocket event.

Response

notification found

account
object | null
required

Account the notification belongs to. null when the notification is not associated with an account.

attachment_url
string
required

Image displayed alongside the notification — the sender's avatar, or the default notification image.

content
string
required

The body text of the notification displayed to the user.

created_at
string
required

When the notification was created, as an ISO 8601 timestamp.

experience
object | null
required

Experience the notification is related to. null when not tied to a specific experience.

id
string
required

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.

mentions_me
boolean
required

Whether the authenticated user was directly mentioned in this notification.

rest_path
string | null
required

Additional path information appended to the notification's deep link, if any.

sender
object | null
required

User who triggered the notification. null when it was system-generated.

subject
string
required

The title line of the notification displayed to the user.

topic
object | null
required

Topic category the notification belongs to, used for grouping and preference management. null when uncategorized.