Get Cross-Account Unread Summary
Beta/v1/messaging/notifications/unread-summaryThis endpoint is idempotent. Learn more
Returns the caller's unread totals across every account they belong to.
objectstringenumValues:notification_unread_summaryResource type identifier.
totalintegerCombined unread total across all of the caller's accounts.
Per-account unread tallies.
objectstringenumValues:listResource type identifier.
page_infoobjectPagination metadata.
next_page_urlstringnullableRelative URL that fetches the next page of results.
null when the last page has been reached.
previous_page_urlstringnullableRelative URL that fetches the previous page of results.
null while on the first page.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of notification_unread_summary_accountResources in this page.
objectstringenumValues:notification_unread_summary_accountResource type identifier.
accountentitynullableThe account this tally is for.
idstringUnique identifier for the entity.
objectstringenumValues:entityResource type identifier.
typestringenumValues:accountactorentityThe resource kind that this entity references, as an object-type value (e.g. user, account).
Unlike object — which is always entity — this names the underlying resource the id points to.
namestringnullableHuman-readable display name for the entity (e.g. a user's full name, a sales order number).
handlestringnullableSecondary human-readable identifier (e.g. email address, username, redacted API key value).
unreadintegerNumber of unread items (notifications + announcements) in this account.
Responses
Successful response for Get Cross-Account Unread Summary