Skip to main content
GET
/
tax-forms
/
{taxFormId}
Retrieve tax form
curl --request GET \
  --url https://api.meow.com/v1/tax-forms/{taxFormId} \
  --header 'x-api-key: <api-key>'
{
  "tax_form_id": "<string>",
  "account_id": "<string>",
  "tax_year": 123,
  "download_url": "<string>",
  "expires_at": "2023-11-07T05:31:56Z"
}

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

Path Parameters

taxFormId
string
required

The unique ID for this tax form.

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.