--- swagger: "2.0" info: x-ibm-name: sandboxapi title: sandbox_api version: 1.0.0 description: "" schemes: - https basePath: /sandboxapi consumes: - application/json produces: - application/json securityDefinitions: clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id security: - clientIdHeader: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /path-1: post: responses: 200: description: 200 OK tags: [] x-ibm-endpoints: - endpointUrl: https://uat-api.abl.com/abl-api/sandbox type: - development ...