--- swagger: "2.0" info: version: 1.0.0-rev1 title: EligibleCards description: Get Eligible Cards Returns list of all eligible cards using the access token. x-ibm-name: eligiblecards 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/cards/search: [] 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 ...