openapi: 3.2.0 info: title: Pynt Alive API version: 0.1.0 description: 'Operations tagged Alive across 2 of this provider''s published API definitions: pynt-openapi.json, pynt-openapi.json. Each path carries the servers of the definition it was published in.' servers: - url: https://api.pynt.io description: Pynt production API tags: - name: Alive paths: /alive: get: summary: Alive operationId: alive_alive_get responses: '200': description: Successful Response content: application/json: schema: additionalProperties: type: boolean type: object title: Response Alive Alive Get tags: - Alive components: securitySchemes: API_Key: type: apiKey in: header name: X-API-Key Bearer_Token: type: apiKey in: header name: Authorization System_API_Key: type: apiKey in: header name: X-System-API-Key Organization_ID: type: apiKey in: header name: X-Organization-ID Operator_Organization_Context: type: apiKey in: header name: context x-refined-from: - pynt-openapi.json - pynt-openapi.json