openapi: 3.2.0 info: description: 集計基盤連携API仕様 title: 集計基盤連携アプリケーション Healthcheck API version: 1.0.0 servers: - url: https://report.magicmoment.co.jp/ tags: - name: healthcheck paths: /healthcheck: get: tags: - healthcheck summary: Your GET endpoint operationId: get-healthcheck responses: '200': description: OK content: application/json: schema: type: object components: securitySchemes: accessToken: type: apiKey name: x-access-token in: header apiKey: type: apiKey name: x-api-key in: header