--- swagger: "2.0" info: x-ibm-name: parties title: Parties version: 1.0.0 description: "" schemes: - https basePath: /parties 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: /details: get: responses: 200: description: 200 OK parameters: - name: name type: string required: true in: query x-ibm-endpoints: - endpointUrl: https://aspac.sit.api.citi.com/gcbap description: "" type: - production - development ...