--- swagger: "2.0" info: x-ibm-name: pointsredemption title: PointsRedemption version: 1.0.0 description: The Redemption Inquiry API allows you to retrieve your Redemption points information. schemes: - https basePath: /pointsredemption 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: /Redemption: post: responses: 200: description: Successful operation. parameters: - name: ToCNIC type: string required: true in: query description: To CNIC - name: FromCNIC type: string required: true in: query description: From CNIC - name: Orbit type: string required: true in: query description: Orbit tags: [] x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...