Envestnet · Schema

RenewalConsent

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
defaultRenewalDuration string Consent default renewal duration.

Endpoints:
  • PUT consents/{consentId}/renewal
isReauthorizationRequired boolean Consent eligibility for reauthorization.

Endpoints:
  • PUT consents/{consentId}/renewal
View JSON Schema on GitHub

JSON Schema

envestnet-renewalconsent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RenewalConsent",
  "title": "RenewalConsent",
  "type": "object",
  "properties": {
    "defaultRenewalDuration": {
      "type": "string",
      "description": "Consent default renewal duration.<br><br><b>Endpoints</b>:<ul><li>PUT consents/{consentId}/renewal</li></ul>"
    },
    "isReauthorizationRequired": {
      "type": "boolean",
      "description": "Consent eligibility for reauthorization.<br><br><b>Endpoints</b>:<ul><li>PUT consents/{consentId}/renewal</li></ul>"
    }
  }
}