--- swagger: "2.0" info: version: 1.0.0-rev1 title: Reset_Pin_Check description: resetPINCheck Checks if reset of PIN is allowed or not. x-ibm-name: reset_pin_check basePath: /dpp schemes: - https x-ibm-configuration: enforced: true phase: realized testable: false externalDocs: [] attachments: [] tags: [] securityDefinitions: Client ID: description: "" in: header name: X-IBM-Client-Id type: apiKey Client ID (Query): description: "" in: query name: client_id type: apiKey paths: /wallets/eligibility/pinReset: [] security: - Client ID (Query): [] - Client ID: [] x-ibm-endpoints: - endpointUrl: https://emea.sandbox.api.citi.com/gcb description: Custom Gateway API Endpoint type: - production - development ...