Checkify
HTTP API

Checkify API reference

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.

This is a curated reference for integrators. Request and response schemas, auth headers, and error codes are documented in the server verification guide with copy-paste examples.
Method Path Purpose
POST/v1/qr/results/verifyVerify 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-linkCreate a magic-link launcher (mobile identity auth).
POST/business/api/launchers/qrCreate a QR launcher from the business dashboard session.
GET/business/api/checkify-passesList Checkify Passes for the signed-in business.
POST/business/api/site-api-keysCreate a scoped site API key.

For full verify flow, code samples, and security notes see the server verification guide.