Health Check

GET /health

Check the health status of the API service.

Responses

  • 200 application/json

    Successful Response

    Hide response attributes Show response attributes object
GET /health
curl \
 -X GET https://api.rimunace.xyz/health
Response examples (200)
{
  "status": "ok",
  "timestamp": "2024-05-04T09:42:00+00:00"
}