Fetch Tax Forms In Supported Formats Based On Request Parameters.

View as MarkdownOpen in Claude


Scope: statements.write OR reports.write
Security Policy: Signed JWT

Headers

authorizationstringRequired

Specifies the authorization header value (e.g., Bearer eyJ0eXAiOiJKV1…).

Request

Tax Form request object
accountIdstringRequired
Account id
yearstringRequired
Tax Year
typestringRequired

Tax Form Type (can retrieve available tax documents via /api/v1/tax-documents/available)

formatstringRequired
format
gzipbooleanOptionalDefaults to false
to gzip the whole response pass true

Response

Returns a JSON object containing the relevant Tax Form.
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
402
Payment Required Error
403
Forbidden Error
500
Internal Server Error