List Notifications
Lists the authenticated user’s notifications, newest first. Requires a user credential — an account API key has no notification feed. Without filters the feed spans every experience the user belongs to plus the teams they are a member of.
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"
Query Parameters
Only return notifications created since the user last viewed their source.
Only return notifications from this experience (exp_ tag).
Only return team notifications for this account (biz_ tag).
Only return notifications that mention the user directly.
The number of notifications to return (default 20, max 100).
A cursor (a notification id from a previous page); returns notifications older than it.

