B

Banking API

by Banking Free tier

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...](

financecodat

Quick Reference

Base URL 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
Pricing
28
Latency
0
Depth
72

Authentication

API key in the request header (Authorization)

Authorization: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Freemium. Open banking API; pricing depends on specific provider and usage.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://api.codat.io/companies/{companyId}/connections/{connectionId}/data/banking-accountBalances' \
  -H 'Authorization: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Banking documentation.