Envestnet · Schema

CreateConfigsNotificationEvent

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
callbackUrl string URL to which the notification should be posted.

Endpoints:
  • GET configs/notifications/events
View JSON Schema on GitHub

JSON Schema

envestnet-createconfigsnotificationevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateConfigsNotificationEvent",
  "title": "CreateConfigsNotificationEvent",
  "type": "object",
  "properties": {
    "callbackUrl": {
      "maxLength": 2147483647,
      "minLength": 1,
      "type": "string",
      "description": "URL to which the notification should be posted.<br><br><b>Endpoints</b>:<ul><li>GET configs/notifications/events</li></ul>"
    }
  }
}