Base URL
All API requests go to a single base URL — there is no version path prefix:POST /companiesPOST /expenses/{connectionId}GET /sync/batches/{syncBatchId}POST /companies/{companyId}/integrations/etims/sales
Development vs Production
Each application is issued two independent credential sets. The environment is encoded in the key prefix, so you can tell them apart at a glance:
Switch environments simply by swapping the API key (and client secret, if you sign
requests). Nothing else in the request changes.
For eTIMS specifically, the connection also carries an environment
(
SANDBOX / PRODUCTION) chosen when the company is provisioned. Use a
development API key against a sandbox-provisioned company while testing.Interactive API explorer
The always-current, machine-generated schema is published with the running API:- Main API (Expenses, sync, eTIMS):
https://api.sync2books.com/api - OpenAPI JSON:
https://api.sync2books.com/api-json