--- paths: /banks: get: tags: - swagger_open-banking_v1 summary: Gets a list of all `Banks` objects. operationId: swagger_open-banking_v1.getBanks parameters: - name: Authorization in: header description: OAuth 2.0 based authorization header since a given date required: true type: string - name: offset in: query description: OAuth 2.0 based authorization header since a given date required: true type: string responses: 204: description: Request was successful deprecated: false basePath: /open-banking/v1 swagger: "2.0" info: x-ibm-name: ds-ref-banks version: 1.0.0 title: ds-ref-banks name: "" description: "" schemes: - https consumes: - application/xml - application/json produces: - application/json - cc314048 securityDefinitions: clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id clientSecretHeader: in: header name: X-IBM-Client-Secret type: apiKey description: cc314048 OAuth2Security: type: oauth2 description: "" flow: application scopes: tpp_client_credential: TPP Client Credential Scope tokenUrl: https://api.nedbank.co.za/apimarket/sandbox/nboauth/oauth20/token x-tokenIntrospect: url: https://api-market.nedsecure.nednet.co.za/mga/sps/oauth/oauth20/introspect security: - clientIdHeader: [] clientSecretHeader: [] OAuth2Security: - tpp_client_credential x-ibm-configuration: testable: true enforced: true phase: realized x-ibm-endpoints: - endpointUrl: https://api.nedbank.co.za/apimarket/sandbox type: - production ...