Properties
| Name | Type | Description |
|---|---|---|
| eventDateTime | string | History logged datetime. |
| expirationDateTime | string | Consent expiry datetime where supported by the provider. |
| userDataPurge | integer | Applicable data deletion preference for consent as per AU OB onboarding model and user's "delete my data instead" option. This data point is applicable for AU Open Banking region only. |
| deidentificationPreference | boolean | whether user has given consent to use deidentified data or not. This data point is applicable for AU Open Banking region only. Oauthpref id = 4 |
| startDateTime | string | Consent start datetime. |
| consentStatus | string | Status of the consent in each history event. Statuses will be shown as applicable for Open Banking regions. |
| revokedDateTime | string | Revoked datetime for the consent if consent is revoked. |
| consentCollectionPeriod | integer | Consent duration period selected by user for recurring consents during the new account addition or consent renewal. This data point is applicable for AU Open Banking region only. Oauthpref id = 6 |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ConsentHistory",
"title": "ConsentHistory",
"required": [
"consentStatus",
"eventDateTime",
"startDateTime"
],
"type": "object",
"properties": {
"eventDateTime": {
"type": "string",
"description": "History logged datetime."
},
"expirationDateTime": {
"type": "string",
"description": "Consent expiry datetime where supported by the provider."
},
"userDataPurge": {
"type": "integer",
"description": "Applicable data deletion preference for consent as per AU OB onboarding model and user's "delete my data instead" option. This data point is applicable for AU Open Banking region only.",
"format": "int64"
},
"deidentificationPreference": {
"type": "boolean",
"description": "whether user has given consent to use deidentified data or not. This data point is applicable for AU Open Banking region only. Oauthpref id = 4"
},
"startDateTime": {
"type": "string",
"description": "Consent start datetime."
},
"consentStatus": {
"type": "string",
"description": "Status of the consent in each history event. Statuses will be shown as applicable for Open Banking regions.",
"enum": [
"ACTIVE",
"EXPIRED",
"REVOKED",
"CONSENT_REPEALED"
]
},
"revokedDateTime": {
"type": "string",
"description": "Revoked datetime for the consent if consent is revoked."
},
"consentCollectionPeriod": {
"type": "integer",
"description": "Consent duration period selected by user for recurring consents during the new account addition or consent renewal. This data point is applicable for AU Open Banking region only. Oauthpref id = 6",
"format": "int32"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/envestnet-consenthistory"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.