跳转到主要内容
GET
/
health
Health check
curl --request GET \
  --url https://api.ridergy.com/v1/health
{
  "status": "ok"
}

响应

200 - application/json

服务正常

status
string
示例:

"ok"