Codat Sync For Commerce
Connector for the codat-sync-for-commerce 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_visible_accounts— GET /clients/{clientId}/config/ui/accounts/platform/{platformKey} — List visible accountsget_configuration— GET /config/companies/{companyId}/sync/commerce — Retrieve config preferences set for a company.list_integrations— GET /config/integrations — List information on Codat's supported integrationsget_integration_branding— GET /config/integrations/{platformKey}/branding — Get branding for an integrationget_sync_flow_url— GET /config/sync/commerce/{commerceKey}/{accountingKey}/start — Retrieve sync flow urllist_companies— GET /meta/companies — List companies
Inputs
apiKey— your codat-sync-for-commerce 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_visible_accounts
apiKey: <your key>