--- swagger: "2.0" info: x-ibm-name: citiqsealc title: Citi_QsealC version: 1.0.0 description: "" schemes: - https basePath: /api consumes: - application/json produces: - application/json securityDefinitions: clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id description: pv52735 security: - clientIdHeader: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /security/QsealC/{countryCode}/{businessCode}: get: responses: 200: description: 200 OK parameters: - name: client_id type: string required: true in: header description: This is registered client_id gets validated against local cache - name: businessCode type: string required: true in: path description: businessCode - name: countryCode type: string required: true in: path description: countryCode tags: [] x-ibm-endpoints: - endpointUrl: https://emea.sit.api.citi.com/gcb description: Custom Gateway API Endpoint type: - production - development ...