Passage Connect
Managed account linking — like Plaid, but for any online service.
What is Connect?
Passage Connect lets your users link their accounts from any online service. You create a link, the user authenticates in your app, and you receive the result via webhook. No browser automation code required — Connect handles the session orchestration for you.
How it works
- Create a link — Your backend calls
POST /v1/linkswith a target provider - Present to user — Pass the claim code to the client SDK in your mobile app
- User authenticates — The user logs in directly in a webview; credentials never leave their device
- Receive result — Your webhook endpoint receives a signed payload with the account data
Key concepts
- Links — The core abstraction: a lightweight intent to connect an account
- Providers — Supported services (T-Mobile, AT&T, Verizon, and more)
- Webhooks — ES256-signed completion notifications
Get started
- Quickstart — Create your first link in 5 minutes
- API Reference — Full endpoint documentation
Last updated on