--- swagger: "2.0" info: x-ibm-name: pointinquriy title: PointInquriy version: 1.0.0 description: The Points Inquiry API allows you to retrieve your Rewards points information. schemes: - https basePath: /pointinquriy 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: /PointInquiry: get: responses: 200: description: 200 OK parameters: - name: CNIC type: string required: true in: query description: "4210122222222" tags: [] x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...