GET
/
account
/
{id}
/
statement
curl --request GET \
  --url https://api.treasuryprime.com/account/{id}/statement \
  --header 'Authorization: Basic <encoded-value>'
{
  "type": "1099",
  "url": "https://api.treasuryprime.com/account/acct_2074732992/statement/file_11jq1f6w3h58v",
  "year": "2020"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Account ID

Response

200 - application/json
The account.statement

The response is of type object.