v8
OpenAPI 3.1.02026-08-033623795.0 MBList 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.
Query parameters
Only return preferences for this delivery channel (or not narrowed to a channel).
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).
The number of preferences to return.
A cursor; returns preferences after this position.
Response
preferences listed
Example response
{
"data": [
{
"level": "all",
"object": "notification_preference",
"scope": {
"channel": "in_app"
}
}
]
}