openapi: 3.2.0 info: title: pinch-api Health API version: '2020.1' servers: - url: https://api.getpinch.com.au/test security: - sec0: [] tags: - name: Health paths: /health/auth: get: summary: Health description: Endpoint to check the health of an auth token operationId: health responses: '200': description: '200' content: application/json: examples: Result: value: '' '404': description: '404' content: application/json: examples: Result: value: '{}' schema: type: object properties: {} deprecated: false tags: - Health components: securitySchemes: sec0: type: oauth2 flows: {} x-readme: headers: - key: pinch-version value: '2020.1' explorer-enabled: true proxy-enabled: true