Skip to content

Health check

GET
/v1/health
curl --request GET \
--url https://api.frontmail.dev/v1/health

The API is up.

Media typeapplication/json
object
ok
required
boolean
Example
{
"ok": true
}