Skip to main content
GET
/
v1
/
health
Health check
curl --request GET \
  --url https://api.wave.sa/v1/health
{
  "status": "ok",
  "service": "wave-api"
}

Response

200 - application/json

Service is healthy

status
string
Example:

"ok"

service
string
Example:

"wave-api"