Skip to main content
GET
Retrieve Tax Form

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Headers

x-entity-id
string<uuid>

Optional entity_id to scope requests to a specific entity.

Path Parameters

tax_form_id
string
required

The tax form ID. Use a value from the search endpoint; it is opaque, so do not construct it yourself.

Response

Successful Response

tax_form_id
string
required
account_id
string
required
tax_year
integer
required
tax_form_type
enum<string>
required
Available options:
Tax1099Int,
Tax1099Div,
Tax1099B,
Tax1099
download_url
string
required

Time-limited URL to download the tax form PDF.

expires_at
string<date-time>
required

When the download URL expires.