action codat_get_transfer { label: "Get transfer" description: "Gets the specified transfer for a given company." provider: codat method: GET path: "/companies/{companyId}/connections/{connectionId}/data/transfers/{transferId}" encoding: json output: { type: "object" description: "> View the coverage for transfers in the Data coverage explorer.\n\nA transfer records the movement of money between two bank accounts, or between a bank account and a nominal account. It is a child data type of [account transactions](https://docs.codat.io/accounting-api#/schemas/AccountTransaction)." } }