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
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-08-05-1"
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.

