Envestnet · Schema

AccessTokens

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
appId string The identifier of the application for which the access token is generated.

Endpoints:
  • GET user/accessTokens
value string Access token value used to invoke the widgets/apps.

Endpoints:
  • GET user/accessTokens
url string Base URL using which the application is accessed.

Endpoints:
  • GET user/accessTokens
View JSON Schema on GitHub

JSON Schema

envestnet-accesstokens-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccessTokens",
  "title": "AccessTokens",
  "type": "object",
  "properties": {
    "appId": {
      "type": "string",
      "description": "The identifier of the application for which the access token is generated.<br><br><b>Endpoints</b>:<ul><li>GET user/accessTokens</li></ul>"
    },
    "value": {
      "type": "string",
      "description": "Access token value used to invoke the widgets/apps.<br><br><b>Endpoints</b>:<ul><li>GET user/accessTokens</li></ul>"
    },
    "url": {
      "type": "string",
      "description": "Base URL using which the application is accessed.<br><br><b>Endpoints</b>:<ul><li>GET user/accessTokens</li></ul>"
    }
  }
}