Passage by 1Password
Passage by 1Password is a passwordless authentication platform that lets developers add passkeys (WebAuthn), magic links, and biometric login to their apps. It exposes a REST Management API at https://api.passage.id/v1 for server-side user administration (CRUD, devices, tokens) and magic link creation, alongside frontend Auth/WebAuthn flows. Note - 1Password has announced that the Passage product is being retired on 2026-01-16; this catalog documents the API as published and is distinct from the separate 1Password secrets-manager catalog.
APIs
Passage Management API
Server-side REST API authenticated with a Bearer API key for administering a Passage app's users - paginated list, create, get, update, delete, activate, deactivate, list/delete...
Passage Users API
User lifecycle operations under /apps/{app_id}/users - paginated and filterable listing, create by email/phone with user_metadata, get, update, delete, activate/deactivate, list...
Passage Magic Links API
Creates embedded or sent magic links via POST /apps/{app_id}/magic-links for login or identifier verification, with email/phone channel, language, TTL, redirect URL, and optiona...
Passage Authentication API
Frontend passwordless authentication flows - passkey (WebAuthn) registration and login, magic link redemption, and JWT issuance. These flows are driven by the Passage frontend S...