--- swagger: "2.0" info: x-ibm-name: stubunmaskedaccountdata title: Stub_UnmaskedAccountData version: 1.0.0 description: "" schemes: - https basePath: /stub consumes: - application/json produces: - application/json securityDefinitions: clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id security: - [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /v1/accounts/{accountId}/transactions/{transactionReferenceId}: get: responses: 200: description: 200 OK parameters: - name: accountId type: string required: true in: path - name: transactionReferenceId type: string required: true in: path /api/oauth2/directorycache/client/{clientid}/tpp: get: responses: 200: description: 200 OK parameters: - name: clientid type: string required: true in: path /confidential/private/v1/accounts/oauth2/introspect: post: responses: 200: description: 200 OK /confidential/private/v1/accounts/oauth2/token: post: responses: 200: description: 200 OK /validate/jws/signature: get: responses: 200: description: 200 OK parameters: - name: x-jws-signature type: string required: true in: header /v1/moneyMovement/externalDomesticTransfers/payees/sourceAccounts: get: responses: 200: description: 200 OK /v1/oauth2/tpp/user/accounts: get: responses: 200: description: 200 OK put: responses: 200: description: 200 OK /v1/generate/biztoken: get: responses: 200: description: 200 OK /v1/decrypt/biztoken: get: responses: 200: description: 200 OK /v1/test/signature: get: responses: 200: description: 200 OK /v1/test/statuscode: get: responses: 200: description: 200 OK /v1/tpp-verifications: post: responses: 200: description: 200 OK tags: [] x-ibm-endpoints: - endpointUrl: https://emea.sit.api.citi.com/gcb description: Custom Gateway API Endpoint type: - production - development ...