Skip to main content
The Commenda Integrations API is a single, unified interface to your customers’ accounting, payments, e-commerce, and CRM platforms. Connect a company to a source platform once, then read (and, where supported, write) standardized data models that look the same no matter which platform they came from, so you build your integration once instead of per platform.

Environments

All routes are under the /v4 prefix (e.g. https://api.integrations.commenda.io/v4/core/companies).

Authentication

Every request is authenticated with an API key sent in the api_key header.
Generate and manage API keys in the Commenda dashboard.

Data model routes

Unified data models are read (and written, where supported) under a company:
List endpoints support per-field filters using operator keys, cursor pagination (limit, next), and expand for related objects:

Callback URL

OAuth2 integrations redirect to:

Migrating from V3

V4 is a redesigned API and is not backward-compatible with V3 at the route or response level. See Migrating from V3 to V4 for what changes and how to move over.

Support