Codat's Banking API allows you to access standardised data from over bank accounts via third party providers. Standardize how you connect to your customers’ bank accounts. Retrieve bank account and bank transaction data in the same way via our partnerships with Plaid and TrueLayer. [Read more...](
https://api.codat.io
Auth type
API Key Header
Auth header
Authorization: YOUR_API_KEY
Rate limit
Varies by provider
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.codat.io
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
37%
builder-friendly
API key in the request header (Authorization)
Authorization: YOUR_API_KEY
Freemium. Open banking API; pricing depends on specific provider and usage.
| Method | Path | Description |
|---|---|---|
| GET | /companies/{companyId}/connections/{connectionId}/data/banking-accountBalances |
List account balances |
| GET | /companies/{companyId}/connections/{connectionId}/data/banking-accounts |
List accounts |
| GET | /companies/{companyId}/connections/{connectionId}/data/banking-accounts/{accountId} |
Get account |
| GET | /companies/{companyId}/connections/{connectionId}/data/banking-transactionCategories |
List all transaction categories |
| GET | /companies/{companyId}/connections/{connectionId}/data/banking-transactionCategories/{transactionCategoryId} |
Get transaction category |
| GET | /companies/{companyId}/connections/{connectionId}/data/banking-transactions |
List transactions |
| GET | /companies/{companyId}/connections/{connectionId}/data/banking-transactions/{transactionId} |
Get bank transaction |
| GET | /companies/{companyId}/data/banking-transactions |
List banking transactions |
curl -X GET 'https://api.codat.io/companies/{companyId}/connections/{connectionId}/data/banking-accountBalances' \
-H 'Authorization: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Banking documentation.