OpenAPI 3.1.02026-08-203914235.9 MB
6a23760847c8
Users
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": {
"account_id": "biz_xxxxxxxxxxxxxx",
"channel": "in_app",
"experience_id": "exp_xxxxxxxxxxxxxx",
"team_account_id": "biz_xxxxxxxxxxxxxx",
"topic_id": "topic_xxxxxxxxxxxxxx"
}
}
],
"page_info": {
"end_cursor": "WyJjdXJzb3IiLDFd",
"start_cursor": "WyJjdXJzb3IiLDFd"
}
}