AVO Logo
Health

/ping

Returns a simple pong response. Use this to verify the API is reachable. No authentication required.

GEThttps://api.avo.so/ping
curl -X GET "https://api.avo.so/ping" \
  -H "Content-Type: application/json"
ResponsesOK
{
  "message": "pong"
}