Generate an account statement for a date range. Maximum range is 90 days.
API access token obtained from POST /oauth/token. Include as Authorization: Bearer {token}.
Start date in YYYY-MM-DD format.
^\d{4}-\d{2}-\d{2}$End date in YYYY-MM-DD format.
^\d{4}-\d{2}-\d{2}$Output format.
html, text Statement generated.
The statement content in the requested format.