Skip to main content
GET
/
api
/
health
Service health check.
curl --request GET \
  --url https://api.production.hyperoru.com/api/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Service is healthy

Liveness probe response.

status
string
required
Example:

"ok"