├── .github └── workflows │ └── backup-s3.yml ├── README.md ├── SHA256SUMS ├── atm.json ├── branch.json ├── business_current_account.json ├── cmasqi_store.json ├── commercial_credit_card.json ├── http-error-400.json ├── http-error-408.json ├── http-error-429.json ├── http-error-500.json ├── http-error-503.json ├── opendata-swagger.json ├── opendata.raml ├── participant_store.json ├── personal_current_account.json └── sme_loan.json /.github/workflows/backup-s3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/.github/workflows/backup-s3.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/README.md -------------------------------------------------------------------------------- /SHA256SUMS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/SHA256SUMS -------------------------------------------------------------------------------- /atm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/atm.json -------------------------------------------------------------------------------- /branch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/branch.json -------------------------------------------------------------------------------- /business_current_account.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/business_current_account.json -------------------------------------------------------------------------------- /cmasqi_store.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/cmasqi_store.json -------------------------------------------------------------------------------- /commercial_credit_card.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/commercial_credit_card.json -------------------------------------------------------------------------------- /http-error-400.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/http-error-400.json -------------------------------------------------------------------------------- /http-error-408.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/http-error-408.json -------------------------------------------------------------------------------- /http-error-429.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/http-error-429.json -------------------------------------------------------------------------------- /http-error-500.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/http-error-500.json -------------------------------------------------------------------------------- /http-error-503.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/http-error-503.json -------------------------------------------------------------------------------- /opendata-swagger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/opendata-swagger.json -------------------------------------------------------------------------------- /opendata.raml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/opendata.raml -------------------------------------------------------------------------------- /participant_store.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/participant_store.json -------------------------------------------------------------------------------- /personal_current_account.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/personal_current_account.json -------------------------------------------------------------------------------- /sme_loan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenBankingUK/opendata-api-spec-compiled/HEAD/sme_loan.json --------------------------------------------------------------------------------