JavaScript
Notifications
List Notification Topics
Lists the platform’s visible notification topics — the categories users can set notification preferences on. App-created topics are internal and not returned.
GET
JavaScript
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.
Example:
"2026-08-05-1"
Query Parameters
Only return topics of this scope: user (member notifications) or account_team (team notifications).
Available options:
user, account_team The number of topics to return (default 20, max 100).
A cursor; returns topics after this position.

