Use our incorporation API to incorporate new entities with minimal operational overhead.

Data Model

Companies

A Company represents a group of people working together towards a shared business goal.

A company includes Key Persons and Corporations. The Key Persons have relationships with the Corporations, acting as shareholders, officers, and directors.

Incorporation Requests

An Incorporation Request is a request to incorporate a new entity through Commenda. Populate all necessary information and submit the request to initiate the process.

Files

All files uploaded to Commenda are represented by File objects created via the API. Use the returned id field to reference a file in other API calls.

Get Started

API Capabilities

1. Initiate Incorporation

  • Create a new incorporation request.
  • Provide all necessary details over API, or or get a link to a web form where the end user can provide the information.
  • Submit the incorporation request to begin the incorporation process.

2. Track Incorporation Progress

  • Stay updated on the incorporation process by subscribing to webhooks or querying the /incorporation-requests endpoints.

3. Access Corporation Details

  • Access corporation data and documents once incorporation is complete.

Authentication

We use Bearer token authentication to secure our APIs. Include a valid token in the Authorization header of each request:

Authorization: Bearer <your_token>

Replace <your_token> with the token provided by Commenda. Request API keys from our team for both testing and production environments.


For more details, explore our API Reference or contact our support team.