Health
/ping
Returns a simple pong response. Use this to verify the API is reachable. No authentication required.
GET
https://api.avo.so/pingcurl -X GET "https://api.avo.so/ping" \
-H "Content-Type: application/json"ResponsesOK
{
"message": "pong"
}
