v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-012536113.0 KB
Configuration

Get company configuration

Gets a companies expense sync configuration

get/companies/{companyId}/sync/expenses/config

Path parameters

companyIdstring uuid required

Unique identifier for your SMB in Codat.

Example:8a210b68-6988-11ed-a1eb-0242ac120002

Unique identifier for a company.

Response

Success

Example response

{
  "bankAccount": {
    "id": "32"
  },
  "supplier": {
    "id": "124"
  },
  "customer": {
    "id": "142"
  }
}
All 27 operations