--- swagger: "2.0" info: x-ibm-name: titlefetchbafl title: TitleFetch_BAFL version: 1.0.0 description: "" schemes: - https basePath: /titlefetchbafl consumes: - application/json produces: - application/json securityDefinitions: clientIdSecret: type: apiKey description: "" in: header name: X-IBM-Client-Secret oauth: type: oauth2 description: OAuth Authentication flow: application scopes: GetToken: "" tokenUrl: https://apigateway.bankalfalah.com/bankalfalah/sb/oauthproviderapi/oauth2/token clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id security: - clientIdHeader: [] oauth: - GetToken clientIdSecret: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /TitleFetch_BAFL: get: responses: 200: description: 200 OK parameters: - name: ChannelId type: string required: true in: query description: "12" - name: AccountBankIMD type: string required: true in: query description: "627100" - name: Amount type: string required: true in: query description: "100" - name: SourceAccount type: string required: true in: query description: PK77ALFH1111111111111111 - name: DestinationAccount type: string required: true in: query description: PK77ALFH0000000000000000 - name: TransactionType type: string required: true in: query description: "1" tags: [] x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...