Skip to main content
GET
/
model-monitor
/
v2
/
api
/
ping
Health check endpoint.
curl --request GET \
  --url https://api.example.com/model-monitor/v2/api/ping
{
  "ping": "pong"
}

Response

200 - application/json

A no non-sense static body for full cycle web server health

Static body for health check endpoint

ping
enum<string>
required

The ping keyword, doesn't represent anything really.

Available options:
pong