Envestnet · Schema

ApiKeyRequest

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
publicKey string Public key uploaded by the customer while generating ApiKey.

Endpoints:
  • GET /auth/apiKey
  • POST /auth/apiKey
View JSON Schema on GitHub

JSON Schema

envestnet-apikeyrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiKeyRequest",
  "title": "ApiKeyRequest",
  "type": "object",
  "properties": {
    "publicKey": {
      "maxLength": 2147483647,
      "minLength": 1,
      "type": "string",
      "description": "Public key uploaded by the customer while generating ApiKey.<br><br><b>Endpoints</b>:<ul><li>GET /auth/apiKey</li><li>POST /auth/apiKey</li></ul>"
    }
  }
}