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
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.
Example:
"2026-07-27"
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.

