Atrium API
Fetch Statements
Use this endpoint to fetch the statements associated with a particular member. For more information on this, please see our Atrium developer guide.
Errors
- If a fetch statements job is already running, a
202 Acceptedstatus will be returned. - If an institution does not support statements, a
400 Bad Requesterror will be returned. - If statements are not enabled, a
403 Forbiddenstatus will be returned. If you see403 Forbiddenbut the member'sinstitutionnevertheless shows that statements is enabled, please contact support by submitting a ticket. - If another aggregation-type process is already running — like standard aggregation or instant account verification — a
409 Conflictwill be returned.
POST
/users/{user_guid}/members/{member_guid}/fetch_statements
Request sample
Language:sh
Response sample
Language:json