v8
OpenAPI 3.1.02026-08-033623795.0 MBNotifications
Retrieve Notification
Retrieves a single notification by id — either an id returned by List Notifications, or the ephemeral id delivered with a push/websocket event. Requires a user credential.
get/notifications/{notification_id}
Path parameters
notification_idstring required
A notification id from List Notifications, or the id delivered with a push/websocket event.
Response
notification found
Example response
{
"topic": {
"topic_type": "account"
}
}