Skip to main content
GET
/
ping
Ping health check
curl --request GET \
  --url https://api.anycheck.id/ping
"pong"

Response

200 - text/plain

Server is healthy

The response is of type string.

Example:

"pong"