Atrium API
Aggregate Member
Calling this endpoint initiates an aggregation event for the member. This gathers the latest account and transaction data from the connected institution. If this data has recently been updated, MX may not initiate an aggregation event.
If a standard aggregation is already running, a 202 Accepted status will be returned. If another aggregation-type process is already running — like verification or extended transaction history — a 409 Conflict will be returned.
caution
- This endpoint can trigger multi-factor authentication. It is therefore important that the end user be present when initiating aggregation.
- This endpoint should not be used to perform periodic aggregations; MX automatically attempts to aggregate each
memberin the background approximately every 24 hours. However, if you aggregate amemberwith this endpoint, MX will not initiate a background aggregation within the next 20-hour period.
POST
/users/{user_guid}/members/{member_guid}/aggregate
Request sample
Language:sh
Response sample
Language:json