cURL
curl --request GET \ --url https://api.treasuryprime.com/account/{id}/tax_document \ --header 'Authorization: Basic <encoded-value>'
{ "data": [ { "id": "<string>", "type": "<string>", "year": "<string>" } ] }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Account ID
A map containing a list of tax_document elements
The response is of type object.
object