openapi: 3.2.0 info: title: Pynt Config API version: 0.1.0 description: 'Operations tagged config 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: config paths: /v1/config: get: tags: - config summary: Get Config description: Replaced with /scan/config api operationId: get_config_v1_config_get responses: '200': description: Successful Response content: application/json: schema: type: boolean title: Response Get Config V1 Config Get deprecated: true security: - API Key: [] - Bearer Token: [] - System API Key: [] - Organization ID: [] - Operator Organization Context: [] 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