List Companies
Companies
List Companies
List companies for the authenticated organization. Results are cursor-paginated by company ID.
GET
List Companies
List companies connected to your organization. Results are ordered by creation time (newest first) and paginated with a numeric cursor.Documentation Index
Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 50 | Page size (max 100). |
cursor | integer | — | Return companies after this company ID (rootfi_id). |
search | string | — | Match company name (case-insensitive) or numeric company ID. |
connectionStatus | enum | — | Filter by connection health (HEALTHY, DISCONNECTED, EXPIRED, PENDING, RATE_LIMIT_EXCEEDED). |
integration | enum | — | Filter by integration type (e.g. NETSUITE, QUICKBOOKS). |
integrationCategory | enum | — | Filter by category (ACCOUNTING, PAYMENTS, ECOMMERCE). |
syncState | enum | — | IDLE or SYNCING. |
Response
Returns{ data: { companies, count, next }, request_id }.
| Field | Type | Description |
|---|---|---|
companies | array | Array of company objects. |
count | integer | Total companies matching the filter (not just this page). |
next | integer | null | Cursor for the next page (last company ID returned), or null. |
Authorizations
Query Parameters
Maximum number of companies to return. Default 50, max 100.
Required range:
1 <= x <= 100Return companies after this company ID (rootfi_id).
Required range:
x >= 1Case-insensitive match on company name or numeric company ID.
Filter by connection health.
Available options:
HEALTHY, DISCONNECTED, EXPIRED, PENDING, RATE_LIMIT_EXCEEDED Filter by integration type. V4-supported integration types only.
Available options:
STRIPE, NETSUITE, XERO, ZOHO_BOOKS, WAFEQ, QUICKBOOKS, QUICKBOOKS_SANDBOX, BIG_COMMERCE, WOO_COMMERCE, OODOO_ACCOUNTING, SHOPIFY, FRESHBOOKS Filter by integration category. V4-supported integration categories only.
Available options:
ACCOUNTING, PAYMENTS, ECOMMERCE Filter by company sync activity (IDLE or SYNCING).
Available options:
IDLE, SYNCING