Skip to main content
The pages under SDK and API walk through the core flow (initialize and confirmations) with full context. For the complete list of endpoints — verifications, confirmations, API keys, and everything else — use the reference surfaces below. They’re all generated from the same live OpenAPI spec, so they never drift from the API.

API Reference tab

The full, interactive endpoint reference, right here in the docs — every operation, grouped by area, generated from the live spec. Start here.

Swagger UI

Browse every operation and try it out against the live API. Each endpoint deep-links, e.g. …/docs#/Verification%20Flow/external-initialize.

openapi.json

The raw spec. Point your codegen at this URL to generate a client.

Environments

The same paths are served per environment — point your tools at the right base:
EnvironmentBase URLSpec
Productionhttps://trust.verifyyou.com/openapi.json
Sandbox / testsame base, test keys/openapi.json

Generate a client

npx @hey-api/openapi-ts \
  -i https://trust.verifyyou.com/openapi.json \
  -o src/verifyyou
Prefer not to generate anything? The official SDK (@verifyyou-sdk/client) already wraps these endpoints for the browser and the server.