Skip to main content
Data Wallet is the end-user dashboard at https://wallet.emergedata.ai where your users can see which companies have access to their data and revoke consent at any time. This keeps consent transparent and user-controlled.

When it appears

  • It is created after a user completes their first successful Link consent flow.
  • Your user receives an email notifying them they can track their data access and revoke consent for a specific company.

What users can do

  • Review all connected companies and data types
  • See which connections are active vs revoked
  • Revoke consent with a single toggle

Screenshots

Data Wallet landing view Data Wallet connections overview

Handle revocations in your app

When a user revokes consent in Data Wallet, you receive a consent.revoked webhook. Use it to stop processing and delete any stored data for that user.

Callbacks

Understand redirect behavior after consent

Webhooks

Receive consent changes like revocations

Edge cases

  • If a user opens a completed Link flow again, they are redirected to the Data Wallet instead of your redirect_uri.
  • If you keep cached data, delete it when you receive consent.revoked to stay privacy-first.