OTP

Health check

Check that the OTP Worker is reachable.

Copy page
GET/v1/health

Health

cURL
curl --request GET \
  --url https://api.sendotp.email/v1/health

200

The Worker is reachable.
{
  "ok": true
}

Overview

Returns a small JSON payload when the public OTP service is up.

Authorization

Nonenone

This endpoint is unauthenticated.

Responses

200

The Worker is reachable.

{
  "ok": true
}