Public API v1 • SDK Module

SDK Health

The first call you should make: confirm the key works and the server is reachable.

What it does

The health endpoint is the fastest way to validate: base URL, API key, and network connectivity.

If your integration isn’t working, start here before debugging anything else.

SDK method

Health
ts
await confera.health();

cURL

GET/api/public/v1/health
Request
bash
curl "https://your-domain/api/public/v1/health" \
  -H "X-API-Key: cat_..."

Notes

  • This endpoint requires no special module to be enabled.
  • If this fails with 401, your key is missing/invalid/revoked/expired.
  • If this fails with 403, your conference may not be live or the plan may have ended.