--- swagger: "2.0" info: x-ibm-name: dummypocapi title: dummypocapi version: 1.0.0 description: "" schemes: - https basePath: /dummypocapi consumes: - application/json produces: - application/json securityDefinitions: clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id security: - [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /path-1/{ClientId}: get: responses: 200: description: 200 OK summary: Get a Client Registration for a given Client ID parameters: - name: ClientId type: string required: true in: path description: Registering a client - name: Authorization type: string required: true in: header description: To authorize /path-2: get: responses: 200: description: 200 OK /jwks: get: responses: 200: description: 200 OK tags: [] x-ibm-endpoints: - endpointUrl: https://aspac.sit.api.citi.com/gcbap description: "" type: - production - development ...