--- swagger: "2.0" info: x-ibm-name: otp-validate title: OTP Validate version: 1.0.0 description: "" schemes: - https basePath: /otp-validate-api consumes: - application/json produces: - application/json securityDefinitions: Client Secret: type: apiKey description: "" in: header name: X-IBM-Client-Secret clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id security: - clientIdHeader: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /OTPValidate: get: responses: 200: description: 200 OK parameters: - name: ReferenceNumber type: string required: true in: query description: 00051234567890 - name: Mobile type: string required: true in: query description: 0333XXXXXXX - name: Email type: string required: false in: query description: abc@bankalfalah.com - name: OTPCode type: string required: true in: query description: Gc49aH tags: [] x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...