Envestnet · Schema

AccountInfo

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
id integer The primary key of the account resource and the unique identifier for the account.

Support for Aggregated / Manual Accounts - Both Supported.
Applicable containers - All cont
providerName string Service provider or institution name where the account originates. This belongs to the provider resource.

Applicable containers: All containers
accountName string description: The account name as it appears at the site. The POST accounts service response return this field as name.
Applicable containers - All readOnly: true
accountNumber string description: The account number as it appears on the site. (The POST accounts service response return this field as number)
Applicable containers - All Containers. readOnly: true
accountType string The type of account that is aggregated such as savings, checking, charge, etc., and manual accounts. The account type is derived based on the attributes of the account.
accountStatus string The status of account that is CLOSED, ACTIVE,TO_BE_CLOSED
isAsset boolean Indicates whether the balance is an asset or liability.
Applicable containers - bank, creditCard, investment, insurance, realEstate, and loan
container string The type of service. E.g., Bank, Credit Card, Investment, Insurance, etc.

Applicable containers - All containers
link object
View JSON Schema on GitHub

JSON Schema

envestnet-accountinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountInfo",
  "title": "AccountInfo",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The primary key of the account resource and the unique identifier for the account. <br><br><b>Support for Aggregated / Manual Accounts</b> - Both Supported. <br><b>Applicable containers</b> - All containers.",
      "readOnly": true
    },
    "providerName": {
      "type": "string",
      "description": "Service provider or institution name where the account originates. This belongs to the provider resource. <br><br>Applicable containers</b>: All containers",
      "readOnly": true
    },
    "accountName": {
      "type": "string",
      "description": "description: The account name as it appears at the site. The POST accounts service response return this field as name. <br><b>Applicable containers</b> - All readOnly: true"
    },
    "accountNumber": {
      "type": "string",
      "description": "description: The account number as it appears on the site.  (The POST accounts service response return this field as number) <br><b>Applicable containers</b> - All Containers. readOnly: true"
    },
    "accountType": {
      "type": "string",
      "description": "The type of account that is aggregated such as savings, checking, charge, etc.,  and manual accounts. The account type is derived based on the  attributes of the account.",
      "readOnly": true,
      "enum": [
        "CURRENT",
        "SAVING",
        "CHECKING"
      ]
    },
    "accountStatus": {
      "type": "string",
      "description": "The status of account that is CLOSED, ACTIVE,TO_BE_CLOSED",
      "readOnly": true,
      "enum": [
        "CLOSED",
        "ACTIVE",
        "TO_BE_CLOSED"
      ]
    },
    "isAsset": {
      "type": "boolean",
      "description": "Indicates whether the balance is an asset or liability. <br><b>Applicable containers</b> - bank, creditCard, investment, insurance, realEstate, and loan<br>",
      "readOnly": true
    },
    "container": {
      "type": "string",
      "description": "The type of service. E.g., Bank, Credit Card, Investment, Insurance, etc. <br><br><b>Applicable containers</b> - All containers<br>",
      "readOnly": true,
      "enum": [
        "bank",
        "creditCard",
        "investment",
        "insurance",
        "loan",
        "reward",
        "bill",
        "realEstate",
        "otherAssets",
        "otherLiabilities"
      ]
    },
    "link": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Link"
        }
      ],
      "readOnly": true
    }
  },
  "required": [
    "id",
    "providerName",
    "accountName",
    "accountNumber",
    "accountType",
    "isAsset",
    "container",
    "link",
    "accountStatus"
  ]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/envestnet-accountinfo"
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.