v8

OpenAPI 3.1.02026-08-033623795.0 MB
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/notifications/topics

Query parameters

topic_type'user' | 'account_team'

Only return topics of this scope: user (member notifications) or account_team (team notifications).

firstinteger

The number of topics to return (default 20, max 100).

afterstring

A cursor; returns topics after this position.

Response

notification topics listed

Example response

{
  "data": [
    {
      "topic_type": "account"
    }
  ]
}