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"
}
}