v8
OpenAPI 3.1.02026-08-033623795.0 MBNotifications
List Notifications
Lists the authenticated user's notifications, newest first. Requires a user credential — an account API key has no notification feed. Without filters the feed spans every experience the user belongs to plus the teams they are a member of.
get/notifications
Query parameters
unreadboolean
Only return notifications created since the user last viewed their source.
experience_idstring
Only return notifications from this experience (exp_ tag).
account_idstring
Only return team notifications for this account (biz_ tag).
mentionsboolean
Only return notifications that mention the user directly.
firstinteger
The number of notifications to return (default 20, max 100).
afterstring
A cursor (a notification id from a previous page); returns notifications older than it.
Response
notifications listed
Example response
{
"data": [
{
"topic": {
"topic_type": "account"
}
}
]
}