Skip to main content
GET
/
public
/
companies
List companies
curl --request GET \
  --url https://api.prod.commenda.io/api/v1/public/companies \
  --header 'x-api-key: <api-key>'
{
  "companies": [
    {
      "companyId": 77,
      "name": "Acme Holdings",
      "createdAt": "2026-04-20T19:35:00.000Z",
      "updatedAt": "2026-04-20T19:40:00.000Z"
    }
  ],
  "count": 1
}
Lists companies visible to the authenticated partner API key. A company is the Commenda account-level container for the customer you are onboarding. It is not the incorporated legal entity itself.

Authorizations

x-api-key
string
header
required

Response

Companies retrieved successfully

companies
object[]
required
count
integer
required
Example:

1