Skip to main content

About

Read your in-app notifications (the bell feed) and mark them read from your own code — track what’s happening across your deals, contacts, and tasks without opening the CRM. All operations go through the developer API gateway — one endpoint, called by operationId. If you haven’t set up a key yet, start with the Developer API Overview.
These are your notificationsThe feed is scoped to the key owner — you only ever read and mark your own notifications. A notification id that belongs to another user is a silent no-op on markNotificationsRead, never an error. See Authorization for the model.

Operations

Reading the feed (READ scope)

Marking read (WRITE scope)

Example

Fetch your unread notifications, then mark them read:
Full variable schemas, response shapes, and worked examples for every operation are available from the discovery endpoint.