Codat Get Banking Account Example is an example object payload from Codat, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "get-banking-account",
"method": "GET",
"path": "/companies/{companyId}/connections/{connectionId}/data/banking-accounts/{accountId}",
"summary": "Get account",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "Basiq",
"example": {
"id": "4811e776-6187-48d9-afee-635fb0d89d93",
"name": "Hooli Saver",
"holder": "david smith",
"type": "Debit",
"balance": {
"available": 2932.85,
"current": 2932.85
},
"identifiers": {
"type": "Account",
"number": "14293919644182",
"bankCode": "416-982"
},
"currency": "AUD",
"institution": {
"id": "AU00000",
"name": "Hooli Bank"
},
"modifiedDate": "2022-10-28T07:14:48Z",
"sourceModifiedDate": "2022-10-27T13:00:00Z",
"accountName": "Hooli Saver",
"accountHolder": "david smith",
"accountType": "Debit",
"accountNumbers": {
"type": "Account",
"number": "14293919644182",
"bankCode": "416-982"
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "Plaid",
"example": {
"id": "3opGv6XXNeHPEgNVbQpyCr8MAKQ3noC8Qz1zB",
"name": "Plaid Silver Standard 0.1% Interest Saving",
"informalName": "Plaid Saving",
"type": "Debit",
"balance": {
"available": 200,
"current": 210
},
"identifiers": {
"type": "Depository",
"number": "1111222233331111",
"bankCode": "00021",
"maskedAccountNumber": "1111"
},
"currency": "CAD",
"institution": {
"id": "ins_100533",
"name": "American Express (CA)"
},
"modifiedDate": "2022-10-27T10:50:16Z",
"accountName": "Plaid Silver Standard 0.1% Interest Saving",
"accountType": "Debit",
"accountNumbers": {
"type": "Depository",
"number": "1111222233331111",
"bankCode": "00021",
"maskedAccountNumber": "1111"
}
}
}
]
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/codat-get-banking-account-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.