Update insight
Authorizations
The MX Platform API requires basic access authentication using your client_id and api_key. These credentials must be Base64 encoded and included in the Authorization header of each API request to ensure secure access.
Here's an example using curl to access v20250224. Replace https://int-api.mx.com/endpoint with the actual API endpoint you wish to access and your Base64 encoded client_id and api_key.
curl -L -X POST `https://int-api.mx.com/endpoint' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Accept-Version: v20250224'
-H 'Authorization: Basic BASE_64_ENCODING_OF{client_id:api_key}'Headers
MX Platform API version.
"v20250224"
Path Parameters
The unique identifier for a user, beginning with the prefix USR-.
The unique identifier for the insight. Defined by MX.
Body
The insight to be updated (None of these parameters are required, but the user object cannot be empty.)
Response
OK
The date and time when the insight was activated, represented in ISO 8601 format with a timestamp.
"2022-01-07T12:00:00Z"
The unique identifier for the client associated with the insight. Defined by MX.
"CLT-abcd-1234"
The date and time the insight was created, represented in ISO 8601 format with a timestamp.
"2025-02-13T18:08:00+00:00"
The date and time when a call-to-action was clicked, represented in ISO 8601 format with a timestamp.
"2022-01-13T18:13:51Z"
The human-readable information being delivered to the end user.
"Gold's Gym charged you $36.71 more this month than normal. Did you upgrade your service?"
The unique identifier for the insight. Defined by MX.
"BET-abcd-1234"
Indicates whether there are accounts associated with the insight.
false
Indicates whether there are categories associated with the insight.
false
Indicates whether there are merchants associated with the insight.
false
Indicates whether there are scheduled payments associated with the insight.
false
Indicates whether there are transactions associated with the insight.
true
Indicates whether the insight has been shown to the end user.
true
Indicates whether the insight has been dismissed by the user.
false
A short call-to-action text for prompting user engagement.
"Learn more"
A shorter version (300 characters or less) of description. This is the insight's description we display to the end user in the Micro Widget
"Netflix charged you $5.00 more this month than normal."
A shorter version (60 characters or less) of title. This is the insight's title we display to the end user in the Micro Widget. For example, Price Increase or Paycheck Deposit.
"Price Increase"
A short label for the type of insight being delivered, for example, SubscriptionPriceIncrease or MonthlyCategoryTotal.
"SubscriptionPriceIncrease"
The title for the specific insight, for example, Price Increase or Paycheck Deposit.
"Price increase"
The date and time the resource was last updated in ISO 8601 format with a timestamp.
For categories, this field will always be null when is_default is true.
"2025-02-13T18:09:00+00:00"
The unique identifier for the user. Defined by MX.
"USR-fa7537f3-48aa-a683-a02a-b18940482f54"
The unique partner-defined identifier for the user.
"u-1234"

