Codat List Banking Transaction Categories 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": "list-banking-transaction-categories",
"method": "GET",
"path": "/companies/{companyId}/connections/{connectionId}/data/banking-transactionCategories",
"summary": "List transaction categories",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "Basiq",
"example": {
"results": [
{
"id": "bank-fee",
"name": "Bank Fee",
"hasChildren": false,
"status": "Active",
"modifiedDate": "2022-10-28T07:14:46"
},
{
"id": "cash-withdrawal",
"name": "Cash Withdrawal",
"hasChildren": false,
"status": "Active",
"modifiedDate": "2022-10-28T07:14:46"
}
],
"pageNumber": 1,
"pageSize": 2,
"totalResults": 9,
"_links": {
"current": {
"href": "/companies/17129e41-5389-4f10-ac06-e0a37e47d177/connections/b4703906-e631-46f1-9acc-7e237acdc64d/data/banking-transactionCategories?page=1&pageSize=2"
},
"self": {
"href": "/companies/17129e41-5389-4f10-ac06-e0a37e47d177/connections/b4703906-e631-46f1-9acc-7e237acdc64d/data/banking-transactionCategories"
},
"next": {
"href": "/companies/17129e41-5389-4f10-ac06-e0a37e47d177/connections/b4703906-e631-46f1-9acc-7e237acdc64d/data/banking-transactionCategories?page=2&pageSize=2"
}
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "Plaid",
"example": {
"results": [
{
"id": "BANK_FEES",
"name": "BANK_FEES",
"hasChildren": true,
"status": "Active",
"modifiedDate": "2022-10-27T10:50:17"
},
{
"id": "BANK_FEES.BANK_FEES_ATM_FEES",
"name": "BANK_FEES_ATM_FEES",
"parentId": "BANK_FEES",
"hasChildren": false,
"status": "Active",
"modifiedDate": "2022-10-27T10:50:17"
}
],
"pageNumber": 1,
"pageSize": 2,
"totalResults": 120,
"_links": {
"current": {
"href": "/companies/efc2d985-cdb3-4724-8be3-c7310f7ead6c/connections/6c44dc44-e1b1-4578-800f-0bdefb658db7/data/banking-transactionCategories?page=1&pageSize=2"
},
"self": {
"href": "/companies/efc2d985-cdb3-4724-8be3-c7310f7ead6c/connections/6c44dc44-e1b1-4578-800f-0bdefb658db7/data/banking-transactionCategories"
},
"next": {
"href": "/companies/efc2d985-cdb3-4724-8be3-c7310f7ead6c/connections/6c44dc44-e1b1-4578-800f-0bdefb658db7/data/banking-transactionCategories?page=2&pageSize=2"
}
}
}
}
]
}
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-list-banking-transaction-categories-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.