Skip to main content
GET
/
cases
/
{case_id}
/
bank-accounts
/
{account_id}
/
statements
/
{statement_id}
/
download
Download statement PDF
curl --request GET \
  --url https://api.example.com/v1/cases/{case_id}/bank-accounts/{account_id}/statements/{statement_id}/download \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

case_id
string
required

Unique case identifier (ULID format).

account_id
string
required
statement_id
string
required

Response

Statement file.

The response is of type file.