Rafobase Logo

Health check

Returns the health status of the API. This endpoint does not require authentication.

GET
/health

Returns the health status of the API. This endpoint does not require authentication.

Response Body

application/json

curl -X GET "https://api-base.rafo.work/api/v1/health"
{
  "status": "ok"
}