Skip to main content

Atrium API

Download Statement PDF

Use this endpoint to download a specified statement PDF.

The endpoint URL is the URI given in each statement object prepended with the host (i.e., https://vestibule.mx.com or https://atrium.mx.com) and appended with .pdf.

Note that the request URL of this endpoint ends in .pdf and that the accept header for this request should be application/vnd.mx.atrium.v1+pdf.

GET
/users/{user_guid}/members/{member_guid}/statements/{statement_guid}.pdf

Request sample

Language:sh

_10
curl -i 'https://vestibule.mx.com/users/{user_guid}/members/{member_guid}/statements/{statement_guid}.pdf' \
_10
-H 'Accept: application/vnd.mx.atrium.v1+pdf' \
_10
-H 'MX-API-Key: {mx_api_key}' \
_10
-H 'MX-Client-ID: {mx_client_id}'