Core endpoints for server-side verification, dashboard session proxies, and launcher creation. Authenticate with site API keys or identity tokens as documented on each route.
| Method | Path | Purpose |
|---|---|---|
| POST | /v1/qr/results/verify | Verify a completed proof server-side (consume result). |
| GET | /v1/qr/results/{request_id} | Fetch verification result status by request ID. |
| POST | /v1/sites/launchers/magic-link | Create a magic-link launcher (mobile identity auth). |
| POST | /business/api/launchers/qr | Create a QR launcher from the business dashboard session. |
| GET | /business/api/checkify-passes | List Checkify Passes for the signed-in business. |
| POST | /business/api/site-api-keys | Create a scoped site API key. |
For full verify flow, code samples, and security notes see the server verification guide.