v1
latestOpenAPI 3.1.12026-07-2452287575.4 KBTax Forms
List Tax Forms (Completed)
Retrieves the active TaxForms for this Company that are in a completed status. This will currently return just one TaxForm.
get/v1/companies/{company_id}/tax-forms
Path parameters
company_idstring uuid required
Example:8c581d79-bb84-4bc1-b1c5-8c073264a569
The Company ID.
Response
OK
Example response
{
"results": [
{
"submitted_at": "2026-05-05T03:48:18.004160+00:00"
}
]
}