v8

OpenAPI 3.1.02026-08-033623795.0 MB
Users

List Topics

Lists the authenticated user's topic-scoped notification preferences, plus user-agnostic platform defaults. Each filter matches preferences scoped to its value or not narrowed on that dimension. Per-experience levels are listed separately, by GET /users/me/preferences/notifications/experiences.

get/users/me/preferences/notifications/topics

Query parameters

channel'in_app' | 'mobile'

Only return preferences for this delivery channel (or not narrowed to a channel).

account_idstring

Only return preferences scoped to this account's member notifications (biz_ tag).

team_account_idstring

Only return preferences scoped to this account's team notifications (biz_ tag).

experience_idstring

Only return preferences scoped to this experience (exp_ tag).

topic_idstring

Only return preferences scoped to this notification topic (topic_ tag).

firstinteger

The number of preferences to return.

afterstring

A cursor; returns preferences after this position.

Response

preferences listed

Example response

{
  "data": [
    {
      "level": "all",
      "object": "notification_preference",
      "scope": {
        "channel": "in_app"
      }
    }
  ]
}