Skip to main content
GET
Search Tax Forms

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.

Query Parameters

account_id
string | null

The account ID to list tax forms for.

tax_year
integer | null

Optional filter to a specific tax year.

tax_forms
enum<string>[] | null

Filter to one or more form types, as a list, e.g. ["Tax1099Int", "Tax1099Div"]. Omit to return every form type.

Available options:
Tax1099Int,
Tax1099Div,
Tax1099B,
Tax1099

Response

Successful Response

tax_forms
TaxFormDescriptor · object[]
required

Tax forms issued for this account. Empty if none have been issued, or none match your year and form-type filters.