API referenceMeta
Liveness probe
Returns { ok: true } when the server is up. No authentication required.
Try it live
playgroundNo input required. Click Send to hit the endpoint.
30 requests per hour per IP · demo key used automatically
200
Response
Server is healthy
okrequiredbooleanone of
""import { Vatverify } from '@vatverify/node';
const client = new Vatverify();
const result = await client.health();{
"ok": true
}Fetch a stored §18e confirmation by id
Returns a previously issued qualified confirmation. Scoped to the calling api_key — the same key that created the confirmation. Readable regardless of current plan (evidence retention is a contractual promise, not a plan feature).
Get VAT rates for a single country
Return VAT rates for a single country by ISO 3166-1 alpha-2 code (case-insensitive). Public endpoint — no API key required. Same rate limit and cache semantics as `GET /v1/rates`.