OpenAPI 3.1.0

LOCURA Consenso API

Public operational contract for LOCURA Consenso. Planning workflows remain protected by the application session and are intentionally excluded.

Version
1.0.0
Operations
1
Server
https://consenso.locura.tech
Download JSON

Showing 1 of 1 operations

get/api/v1/health

Check Consenso service health

MetaPublic
Schema details

Responses

{
  "200": {
    "content": {
      "application/json": {
        "schema": {
          "$ref": "#/components/schemas/HealthReport"
        }
      }
    },
    "description": "The service is operational"
  }
}