Skip to main content
GET
/
ping
curl --request GET \
  --url 'https://mach-prod-536329393577.asia-northeast1.run.app/ping'
{
  "status": "ok",
  "message": "pong"
}
This is a simple health check endpoint that can be used to verify if the Mach API is operational.

Response

The response indicates that the API is up and running.
curl --request GET \
  --url 'https://mach-prod-536329393577.asia-northeast1.run.app/ping'
{
  "status": "ok",
  "message": "pong"
}

Status Codes

Status CodeDescription
200Success - API is operational
500Internal Server Error - Something went wrong on the server