Envestnet · Schema

auth_token_body

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
clientId string clientId issued by Yodlee is used to generate the OAuth token for authentication.
secret string secret issued by Yodlee is used to generate the OAuth token for authentication.
View JSON Schema on GitHub

JSON Schema

envestnet-auth-token-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/auth_token_body",
  "title": "auth_token_body",
  "type": "object",
  "properties": {
    "clientId": {
      "type": "string",
      "description": "clientId issued by Yodlee is used to generate the OAuth token for authentication."
    },
    "secret": {
      "type": "string",
      "description": "secret issued by Yodlee is used to generate the OAuth token for authentication."
    }
  }
}