v
latestOpenAPI 3.1.02026-08-083813925.4 MBUsers
List Experiences
Lists the authenticated user's per-experience notification levels. Experiences the user never set a level for are omitted — their effective level is all.
get/users/me/preferences/notifications/experiences
Query parameters
firstinteger
The number of preferences to return.
afterstring
A cursor; returns preferences after this position.
Response
preferences listed
Example response
{
"data": [
{
"level": "all",
"object": "experience_notification_preference",
"scope": {
"channel": "in_app"
}
}
]
}