v1
latestOpenAPI 3.0.02026-08-04134348905.1 KBTax
Get Subaccount Tax Forms
Permissions required: Subaccount
Get subaccount's generated tax forms
get/tax/subaccounts/{subaccountId}/forms
Path parameters
subaccountIdstring required
The ID of the subaccount
Response
Successfully returned the forms
Example response
{
"data": [
{
"subaccountId": "ID",
"forms": [
{
"createdDate": "2022-06-03T00:53:27.645Z",
"id": "doc-123e4567-e89b-12d3-a456-426614174000",
"revision": 1,
"revisionType": "ORIGINAL",
"formType": "1099B",
"downloadLink": "URL_TO_USER",
"year": 2023,
"isFiled": true
}
]
}
]
}