Codat Sync For Expenses
Connector for the codat-sync-for-expenses API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.codat.io - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
get_company_configuration— GET /companies/{companyId}/sync/expenses/config — Get company configurationget_mapping_options— GET /companies/{companyId}/sync/expenses/mappingOptions — Mapping optionsget_last_successful_sync— GET /companies/{companyId}/sync/expenses/syncs/lastSuccessful/status — Last successful syncget_latest_sync— GET /companies/{companyId}/sync/expenses/syncs/latest/status — Latest sync statuslist_syncs— GET /companies/{companyId}/sync/expenses/syncs/list/status — List sync statusesget_sync_by_id— GET /companies/{companyId}/sync/expenses/syncs/{syncId}/status — Get Sync status
Inputs
apiKey— your codat-sync-for-expenses API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_company_configuration
apiKey: <your key>