GET
/healthz
No authenticationUnauthenticated liveness probe. Returns 200 while the process is up.
Liveness only — it says the process is running, not that it can serve results. For that, use /readyz.
Request
curl "https://api.unlob.com/healthz"Response
ok
Try this endpoint
Every endpoint is available on the free tier. Get a key and run the example above unchanged.