Skip to content

Health Check

GET
/health
curl --request GET \
--url https://example.com/health

Health check endpoint. Returns the operational status of the API.

Default Response

Media type application/json
object
status

Operational status

string
Example
{
"status": "ok"
}