notifications
Read notifications
Can pull up any notification associated with the user, including notifications created by MX for other channels besides PUSH.
get/users/{user_guid}/notifications/{notification_guid}
Path parameters
user_guidstring required
The unique identifier for a user, beginning with the prefix USR-.
notification_guidstring required
The unique identifier for notifications. Defined by MX.
Response
OK
Example response
{
"notification": {
"guid": "TF-b53294f5-2356-4782-9f81-ae064c42b40a",
"content": "The content related to the notification.",
"deep_link_guid": "BGT-e386a323-e452-47f2-b2fd-1ac3c18533de",
"entity_guid": "BGT-e386a323-e452-47f2-b2fd-1ac3c18533de",
"has_been_delivered": true,
"notification_type": 2,
"subject": "You're projected to spend $1,920.07 more than you've budgeted for Fees & Charges. You've already spent $65.67 of $316.00.",
"channel": "push"
}
}