Getting Started
Core Concepts
Resources
Account & Access
Data Domains
Help Center
Support
Before you can access a user's data that user must consent to data sharing. Consents are started by creating an Auth Session.
After creating the Auth Session, direct your user to the returned auth_url
where they will sign in to the institution, select accounts to
share from, and approve sharing of the data being requested.
After the data sharing has been approved, the user will be redirected back to your application. You will also receive a Webhook
with the end_user_id
and consent_id
.
Consents can be ended in multiple ways:
In all of these instances you will receieve a Webhook to inform you that the consent has ended.
Was this page helpful?