OTP
Health check
Check that the OTP Worker is reachable.
Health
cURLcurl --request GET \
--url https://api.sendotp.email/v1/health200
The Worker is reachable.{
"ok": true
}Overview
Returns a small JSON payload when the public OTP service is up.
Authorization
None
noneThis endpoint is unauthenticated.
Responses
200
The Worker is reachable.
{
"ok": true
}