ATverify
API referenceMeta

Liveness probe

Returns { ok: true } when the server is up. No authentication required.

Try it live
playground

No input required. Click Send to hit the endpoint.

30 requests per hour per IP · demo key used automatically

200

Response

Server is healthy

okrequiredboolean
one of""
import { Vatverify } from '@vatverify/node';
const client = new Vatverify();

const result = await client.health();
{
  "ok": true
}