Skip to main content
The Partner API gives partners a company-scoped way to build Commenda-powered incorporation and entity management flows inside their own product. Base URL:
https://api.prod.commenda.io/api/v1
Pass your partner API key in the x-api-key header on every request.
curl --request GET \
  --url 'https://api.prod.commenda.io/api/v1/partner/incorporation/jurisdiction-catalog' \
  --header 'x-api-key: <partner_api_key>'

API areas

Company setup

Create the company record that scopes later partner incorporation and Commenda OS calls.

Partner Incorporation API

Discover jurisdiction requirements, create incorporations, submit intake, track status, and resolve issues.

Commenda OS Partner API

Manage reusable company data such as business entities, people, documents, government identifiers, and registrations.

Webhooks

Subscribe to partner events and receive signed webhook deliveries.

Response conventions

  • Company-scoped endpoints only return resources visible to the partner firm associated with the API key.
  • List endpoints return an object containing the resource list and count.
  • Detail endpoints return an object containing the requested resource.
  • Requests without a valid x-api-key return 401.
  • Requests for a company or resource outside the partner firm’s scope return 403 or 404, depending on the endpoint boundary.

Next steps

Create a company

Start by creating the company that scopes later partner API calls.

Build an incorporation flow

Follow the recommended end-to-end sequence for partner-led incorporations.