openapi: 3.2.0 info: title: Lokki Health API description: The main API powering the Lokki Dashboard and Online Store version: '2.0' contact: {} servers: [] security: - x-access-token: [] tags: - name: Health paths: /v2/health/ping: get: operationId: ping parameters: [] responses: '200': description: '' content: application/json: schema: type: number tags: - Health components: securitySchemes: x-access-token: scheme: bearer bearerFormat: JWT type: apiKey in: header name: x-access-token