Skip to main content

Initial Data Ready

note

This webhook only applies if you're using Platform API version 20250224.

Triggered when some initial data you requested has aggregated and is ready for retrieval.

For more details, including what initial data is sent based on the products you set, see Accessing Priority Data.

FieldData typeDescription
client_guidStringThe unique identifier for the associated client. Defined by MX.
guidStringThe unique identifier for the webhook. Defined by MX.
member_guidStringThe unique identifier for the member which has new or updated transaction data. Defined by MX.
typeStringThe type of webhook being delivered. Current possible values are initial_data_ready; however, additional values may be added at any time.
user_guidStringThe unique identifier for the user with which the data is associated. Defined by MX.

Example Payload


_10
{
_10
"type": "initial_data_ready",
_10
"guid": "3af06dde-da32-4937-9d9f-a37a4576ec8d",
_10
"client_guid": "CLT-f537431e-6b54-45d3-8566-9353b393a98a",
_10
"user_guid": "USR-eaf4ac68-d17d-5e9b-7b46-959a5b315a9e",
_10
"member_guid": "MBR-48d9a481-f2a2-7e13-2685-62869cf0d33a"
_10
}