API
API enhancements
Accounts object now returned in accounts webhooks' payloads.
The full account object is now returned in the payload of the following account webhooks:
accounts.added
accounts.updated
accounts.connected
accounts.failed
To receive the full account object in these webhooks, use "include_resource: true"
in your webhook subscriptions.
Additionally, the linkItems
Link configuration attribute has replaced the now-deprecated dataPartners
attribute.