Skip to main content
GET
/
tax-forms
Search tax forms
curl --request GET \
  --url https://api.meow.com/v1/tax-forms \
  --header 'x-api-key: <api-key>'
{
  "tax_forms": [
    {
      "tax_form_id": "<string>",
      "tax_year": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.meow.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your Meow API key for authentication

Headers

x-entity-id
string<uuid>

Optional entity ID for scoped access to entity-specific data

Query Parameters

accountId
string
required

Account Identifier.

taxYear
integer | null

Optional filter to a specific tax year.

taxForms
enum<string>[] | null

Optional filter to a specific list of FDX-aligned tax form types.

Available options:
Tax1099Int,
Tax1099Div,
Tax1099B,
Tax1099

Response

Successful Response

tax_forms
TaxFormDescriptor · object[]
required

Tax forms available for this account. Empty when none are issued for this account, year range, or eligibility profile.