Skip to main content
GET
/
api
/
v1
/
export
/
account_statement
/
{bank_id}
Download account statement PDF
curl --request GET \
  --url https://api.hevn.finance/api/v1/export/account_statement/{bank_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

bank_id
string<uuid>
required

Query Parameters

period_start
string<date-time> | null
period_end
string<date-time> | null

Response

Successful Response