Properties
| Name | Type | Description |
|---|---|---|
| accountID | integer | The unique identifier for the account. The account ID to which the document is linked. Applicable containers: bank, investment, creditCard, loan, insurance |
| lastUpdated | string | Indicates the date and time the document was last updated. Applicable containers: bank, investment, creditCard, loan, insurance |
| formType | string | Indicates the type of the tax form. Applicable containers: bank, investment, creditCard, loan, insurance |
| docType | string | Indicates the type of the document. Applicable containers: bank, investment, creditCard, loan, insurance |
| name | string | Indicates the name of the document. Applicable containers: bank, investment, creditCard, loan, insurance |
| id | string | The document's primary key and unique identifier. Applicable containers: bank, investment, creditCard, loan, insurance |
| source | string | Indicates the source of the document download. Applicable containers: bank, investment, creditCard, loan, insurance |
| status | string | Indicates the status of the document download. Applicable containers: bank, investment, creditCard, loan, insurance |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Document",
"title": "Document",
"type": "object",
"properties": {
"accountID": {
"type": "integer",
"description": "The unique identifier for the account. The account ID to which the document is linked.<br><br><b>Applicable containers</b>: bank, investment, creditCard, loan, insurance<br>",
"format": "int64",
"readOnly": true
},
"lastUpdated": {
"type": "string",
"description": "Indicates the date and time the document was last updated.<br><br><b>Applicable containers</b>: bank, investment, creditCard, loan, insurance<br>",
"readOnly": true
},
"formType": {
"type": "string",
"description": "Indicates the type of the tax form.<br><br><b>Applicable containers</b>: bank, investment, creditCard, loan, insurance<br>",
"readOnly": true
},
"docType": {
"type": "string",
"description": "Indicates the type of the document.<br><br><b>Applicable containers</b>: bank, investment, creditCard, loan, insurance<br>",
"readOnly": true,
"enum": [
"STMT",
"TAX",
"EBILL"
]
},
"name": {
"type": "string",
"description": "Indicates the name of the document.<br><br><b>Applicable containers</b>: bank, investment, creditCard, loan, insurance<br>",
"readOnly": true
},
"id": {
"type": "string",
"description": "The document's primary key and unique identifier.<br><br><b>Applicable containers</b>: bank, investment, creditCard, loan, insurance<br>",
"readOnly": true
},
"source": {
"type": "string",
"description": "Indicates the source of the document download.<br><br><b>Applicable containers</b>: bank, investment, creditCard, loan, insurance<br>",
"readOnly": true
},
"status": {
"type": "string",
"description": "Indicates the status of the document download.<br><br><b>Applicable containers</b>: bank, investment, creditCard, loan, insurance<br>",
"readOnly": true
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/envestnet-document"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.