Get Subaccount Tax Forms
Tax
Get Subaccount Tax Forms
Permissions required: Subaccount
Get subaccount’s generated tax forms
GET
Get Subaccount Tax Forms
Authorizations
An API key associated with a security role
Path Parameters
The ID of the subaccount
Response
Successfully returned the forms
Example:
[
{
"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
}
]
}
]
