GET
/
v1
/
ping
curl --request GET \
  --url https://sandbox.api.24hourinspections.com/v1/ping
{
  "message": "pong"
}

Ping Pong

We use this unsecured route to measure uptime and availablity.

Response

200 - application/json
Pong
message
string
Example:

"pong"