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.
Authorizations
A user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************. See Auth & API keys for how to get each one.
Headers
Pins the request to a dated API version.
"2026-09-25"
Query Parameters
Only return preferences for this delivery channel (or not narrowed to a channel).
in_app, mobile Only return preferences scoped to this account's member notifications (biz_ tag).
Only return preferences scoped to this account's team notifications (biz_ tag).
Only return preferences scoped to this experience (exp_ tag).
Only return preferences scoped to this notification topic (topic_ tag).
Number of results to return from the start of the range.
x <= 100Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.

