Get Program Customer Tax Forms
Tax
Get Program Customer Tax Forms
Permissions required: Subaccount
Get a program customer’s generated tax forms
GET
Get Program Customer Tax Forms
Authorizations
An API key associated with a security role
Path Parameters
The ID of the customer
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
}
]
}
]
