How Link works
Flow states
When a user completes (or exits) the consent flow, they’re redirected to yourredirect_uri with a status parameter:
Try the demo
Preview the latest single-checkbox demo flow:Wonderful AI
Endpoint coming next. This demo is configured for a single consent checkbox.
Integration steps
1
Get credentials
Sign up for The Control Room and create your client credentials.
2
Configure your flow
Set your company name, logo, and redirect URIs via the API or The Control Room.
3
Generate signed links
Create HMAC-signed URLs server-side to initiate the consent flow.
4
Handle callbacks
Process the redirect callback and verify the state parameter.
5
Set up webhooks
Receive consent and data export lifecycle events (for example revocations and
data.ready updates).If you update branding in The Control Room and want to remove a logo, clear the logo field. That sets
logo_url to null and removes the stored logo.What users see
The consent flow presents users with:- Partner context - Your company name and logo
- Data explanation - What data will be shared and why
- Google OAuth - Standard Google authentication
- Consent confirmation - Explicit consent checkbox
Next steps
Authentication
Learn about API credentials and HMAC signing
Create Links
Generate signed consent URLs