Skip to Content
Passage ConnectQuickstart

Connect Quickstart

Get up and running with Passage Connect in 5 minutes.

Prerequisites

  • A Passage Connect API key
  • A backend server (Node.js, Python, or any HTTP client)

Step 1: Create an API key

** Coming soon: Set up your app and generate an API key in the Passage dashboard. **

Today, reach out to the Passage team and get an API key.

From your backend, generate a link.

curl -X POST https://connect.passage.dev/v1/links \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"provider": "tmobile", "webhook_url": "https://your-server.com/webhook"}'

Step 3: Present to user

Direct the user to the appClipUrl. They will log into their account. When finished, they will be redirected back to your application.

Step 4: Receive the result

When the user completes the flow, your webhook endpoint receives a signed payload with the account data.

Next steps

Last updated on