Skip to main content
GET
/
account
/
{id}
/
tax_document
List of tax documents
curl --request GET \
  --url https://api.treasuryprime.com/account/{id}/tax_document \
  --header 'Authorization: Basic <encoded-value>'

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

A map containing a list of tax_document elements

data
object[]