Skip to main content Skip to complementary content
Already have an account? Sign in

Codat (v1)

Last updated: 9/15/2026

Codat integration summary

Stitch’s Codat integration replicates data using the Codat API . Refer to the Schema section for a list of objects available for replication.

Codat feature snapshot

A high-level look at Stitch's Codat (v1) integration, including release status, useful links, and the features supported in Stitch.

STITCH
Release status

Released on December 11, 2017

Supported by

Singer Community

Stitch plan

Standard

API availability

Available

Singer GitHub repository

singer-io/tap-codat

REPLICATION SETTINGS
Anchor Scheduling

Supported

Advanced Scheduling

Supported

Table-level reset

Unsupported

Configurable Replication Methods

Unsupported

DATA SELECTION
Table selection

Supported

Column selection

Unsupported

Select all

Supported

TRANSPARENCY
Extraction Logs

Supported

Loading Reports

Supported

Connecting Codat

Codat setup requirements

To set up Codat in Stitch, you need:

  • Administrator or Developer privileges in Codat. These are required to generate an API key. Refer to Codat’s documentation for more info.

Step 1: Retrieve your Codat API key

  1. Sign into your Codat account.
  2. Click Accounts > Profile in the sidenav.
  3. On the Manage Profile page, locate the API Key field.
  4. Click the copy icon to copy the API key.

Paste the API key somewhere handy - you’ll need it in the next step.

Step 2: Add Codat as a Stitch data source

  1. Sign into your Stitch account.
  2. On the Stitch Dashboard page, click the Add Integration button.

  3. Click the Codat icon.

  4. Enter a name for the integration. This is the name that will display on the Stitch Dashboard for the integration; it’ll also be used to create the schema in your destination.

    For example, the name “Stitch Codat” would create a schema called stitch_codat in the destination. Note: Schema names cannot be changed after you save the integration.

  5. In the API Key field, paste the Codat API key you generated in Step 1.
  6. Check the Use Codat UAT environment box if you’re connecting to your UAT (sandbox) environment in Codat.

    Note: Use this setting only if you are connecting to a UAT (sandbox) Codat instance. Checking this box when the instance isn’t a sandbox will prevent a successful connection and 401 Bad Credentials errors in the connection check logs.

Step 3: Define the historical replication start date

The Sync Historical Data setting defines the starting date for your Codat integration. This means that data equal to or newer than this date will be replicated to your data warehouse.

Change this setting if you want to replicate data beyond Codat’s default setting of 1 year. For a detailed look at historical replication jobs, check out the Syncing Historical SaaS Data guide.

Step 4: Create a replication schedule

In the Replication Frequency section, you’ll create the integration’s replication schedule. An integration’s replication schedule determines how often Stitch runs a replication job, and the time that job begins.

Codat integrations support the following replication scheduling methods:

To keep your row usage low, consider setting the integration to replicate less frequently. See the Understanding and Reducing Your Row Usage guide for tips on reducing your usage.

Step 5: Set objects to replicate

The last step is to select the tables you want to replicate. Learn about the available tables for this integration.

Note: If a replication job is currently in progress, new selections won’t be used until the next job starts.

For Codat integrations, you can select:

  1. Individual tables

  2. All tables

Click the tabs to view instructions for each selection method.

  1. In the integration’s Tables to Replicate tab, locate a table you want to replicate.
  2. To track a table, click the checkbox next to the table’s name. A blue checkmark means the table is set to replicate.

  3. Repeat this process for all the tables you want to replicate.
  4. When finished, click the Finalize Your Selections button at the bottom of the screen to save your selections.
  1. Click into the integration from the Stitch Dashboard page.
  2. Click the Tables to Replicate tab.

  3. In the list of tables, click the box next to the Table Names column.
  4. In the menu that displays, click Track all Tables and Fields:

    The Track all Tables and Fields menu in the Tables to Replicate tab
    The Track all Tables and Fields menu in the Tables to Replicate tab

  5. Click the Finalize Your Selections button at the bottom of the page to save your data selections.

Initial and historical replication jobs

After you finish setting up Codat, its Sync Status may show as Pending on either the Stitch Dashboard or in the Integration Details page.

For a new integration, a Pending status indicates that Stitch is in the process of scheduling the initial replication job for the integration. This may take some time to complete.

Free historical data loads

The first seven days of replication, beginning when data is first replicated, are free. Rows replicated from the new integration during this time won’t count towards your quota. Stitch offers this as a way of testing new integrations, measuring usage, and ensuring historical data volumes don’t quickly consume your quota.

Codat table reference

accounts

The accounts table contains info about the accounts in your Codat instance. In Codat, an account is a category used to record accounting transactions for a business.

Replication Method

Key-based Incremental

Primary Keys

id

companyId

Replication Key

modifiedDate

Useful links

Codat documentation

accounts schema on GitHub

Codat API method

balance_sheets

The balance_sheets table contains info about the balance sheets in your Codat instance. A balance sheet is a snapshot at a point in time of a company’s accounts.

Replication Method

Full Table

Primary Key

companyId

Useful links

Codat documentation

balance_sheets schema on GitHub

Codat API method

bank_account_transactions

The bank_account_transactions table contains information about transactions for a specified company and bank account in your Codat account.

Replication Method

Full Table

Primary Keys

_transactionIndex

bankAccountId

companyId

Useful links

Codat documentation

bank_account_transactions schema on GitHub

Codat API method

bank_accounts

The bank_accounts table contains informaiton about bank accounts for a given company in your Codat account.

Replication Method

Full Table

Primary Keys

accountName

companyId

connectionId

Useful links

Codat documentation

bank_accounts schema on GitHub

Codat API method

bank_statement_lines

The bank_statement_lines table contains info about lines included in bank statements.

Replication Method

Full Table

Primary Keys

accountName

companyId

_lineIndex

Useful links

Codat documentation

bank_statement_lines schema on GitHub

Codat API method

bank_statements

The bank_statements table contains info about bank statement report data for a company over a time period.

Replication Method

Key-based Incremental

Primary Keys

id

companyId

Useful links

Codat documentation

bank_statements schema on GitHub

Codat API method

bill_payments

The bill_payments table contains information about company bill payments in your Codat account.

Replication Method

Key-based Incremental

Primary Keys

companyId

id

Replication Key

modifiedDate

Useful links

Codat documentation

bill_payments schema on GitHub

Codat API method

bills

The bills table contains info about the bills in your Codat account. A bill is an itemized record of goods or services purchased from a supplier.

Replication Method

Key-based Incremental

Primary Keys

companyId

id

Useful links

Codat documentation

bills schema on GitHub

Codat API method

companies

The companies table contains info about the companies in your Codat instance. A company represents a business who can share the connection to their financial data sources.

Replication Method

Full Table

Primary Key

id

Useful links

Codat documentation

companies schema on GitHub

Codat API method

company_info

The company_info table contains company info. In Codat, company info includes information about a linked company such as address, phone number and company registration.

Replication Method

Full Table

Primary Key

companyId

Useful links

Codat documentation

company_info schema on GitHub

Codat API method

connections

The connections table contains information about company connections in your Codat account.

Replication Method

Full Table

Primary Keys

companyId

id

Useful links

connections schema on GitHub

Codat API method

credit_notes

The credit_notes table contains info about the credit notes in your Codat instance.

Replication Method

Key-based Incremental

Primary Keys

id

companyId

Useful links

Codat documentation

credit_notes schema on GitHub

Codat API method

customers

The customers table contains info about the customers in your Codat instance. A customer is a person or organisation that buys goods or services.

Replication Method

Key-based Incremental

Primary Keys

companyId

id

Replication Key

modifiedDate

Useful links

Codat documentation

customers schema on GitHub

Codat API method

events

The events table contains information about a given company’s events in your Codat account.

Replication Method

Full Table

Primary Keys

companyId

eventTimeUtc

Useful links

events schema on GitHub

Codat API method

invoices

The invoices table contains info about the invoices in your Codat instance. An invoice is an itemized record of goods or services sold to a customer.

Replication Method

Key-based Incremental

Primary Keys

companyId

id

Replication Key

modifiedDate

Useful links

Codat documentation

invoices schema on GitHub

Codat API method

items

The items table contains information about items for a given company in your Codat account.

Replication Method

Key-based Incremental

Primary Keys

companyId

id

Replication Key

modifiedDate

Useful links

Codat documentation

items schema on GitHub

Codat API method

journal_entries

The journal_entries table contains information about journal entries for a given company in your Codat account.

Replication Method

Key-based Incremental

Primary Keys

companyId

id

Replication Key

modifiedDate

Useful links

Codat documentation

journal_entries schema on GitHub

Codat API method

payments

The payments table contains info about the payments, or Accounts Receivable transactions, in your Codat instance. This includes details about invoices and credit notes.

Replication Method

Key-based Incremental

Primary Keys

companyId

id

Useful links

Codat documentation

payments schema on GitHub

Codat API method

profit_and_loss

The profit_and_loss table contains profit and loss report data for a company over a time period.

Replication Method

Full Table

Primary Key

companyId

Useful links

Codat documentation

profit_and_loss schema on GitHub

Codat API method

suppliers

The suppliers table contains info about the suppliers in your Codat instance. A supplier is a person or organization that provides a product or service.

Replication Method

Key-based Incremental

Primary Keys

companyId

id

Useful links

Codat documentation

suppliers schema on GitHub

Codat API method

tax_rates

The tax_rates table contains information about tax rates for a given company in your Codat account.

Replication Method

Key-based Incremental

Primary Keys

companyId

id

Replication Key

modifiedDate

Useful links

Codat documentation

tax_rates schema on GitHub

Codat API method

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!