Skip to main content

Nexus API

Beats Overview

Deprecated

The Beats endpoints are no longer supported.

Beats are personalized financial insights delivered to users based on their financial data and behavior patterns.

Beat Fields

Field nameData typeDefinition
account_guidsarrayAn array of account GUIDs that are relevant to the information delivered in the beat.
created_atstringThe date and time the beat was created, given in ISO 8601 with a timestamp.
descriptionstringThe human-readable information being delivered to the end user.
digeststringA unique identifier derived from inputs to the beat which ensures beats are not duplicated.
displayed_atstringThe date and time at which the beat was displayed to the end user, given in ISO 8601 with a timestamp.
guidstringThe unique identifier for the beat. Defined by MX.
has_been_displayedbooleanThis indicates whether the beat has been shown to the end user.
is_dismissedbooleanThis indicates whether the beat has been dismissed by the end user.
is_relevantbooleanThis indicates whether a beat still contains information that is relevant, meaningful, or useable to the end user. For example, an OverdraftWarning will have is_relevant set to false if a large deposit is made into the associated account after the beat was created. Any beat which has already been displayed to or dismissed by the end user will be set to false. There are numerous examples and conditions.
primary_account_guidstringThe unique identifier for the account most relevant to the information delivered in the beat.
primary_transaction_guidstringThe unique identifier for the transaction most relevant to the information delivered in the beat.
templatestringA short label for the type of beat being delivered, e.g., SubscriptionPriceIncrease or MonthlyCategoryTotal.
titlestringThe title for the specific beat, e.g., Price Increase or Paycheck Deposit.
transaction_guidsarrayAn array of transaction GUIDs that are relevant to the information delivered in the beat.
updated_atstringThe date and time the beat was last updated, given in ISO 8601 without a timestamp.
user_guidstringThe unique identifier for the user to which the beat belongs. Defined by MX.
On this page