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:| Environment | Base URL | Spec |
|---|---|---|
| Production | https://trust.verifyyou.com | /openapi.json |
| Sandbox / test | same base, test keys | /openapi.json |
Generate a client
Prefer not to generate anything? The official SDK
(
@verifyyou-sdk/client) already wraps these endpoints for
the browser and the server.