Skip to content

Get PDF statement for the account

Request

Get PDF statement for the account

Security
Bearer(Required scopes: api:stored_data)
Path
consentIdstringrequired

The consent ID for which we want to fetch account information

accountIdstringrequired

The account ID for which we want to fetch PDF statement

Query
fromstring, (date-time)

Optional from date

tostring, (date-time)

Optional to date

curl -i -X GET \
  'https://uk.api.atto.co/stored-data/v1/consents/{consentId}/accounts/{accountId}/statement?from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

PDF statement for the account

Body
string, (binary)
Response
string