Skip to main content
POST
Submit an incorporation
Submits a complete incorporation and begins Commenda review. Use this endpoint after the current incorporation state satisfies the incorporation requirements. incorporationValidation.isComplete means the incorporation is eligible to submit; it does not move to SUBMITTED or IN_PROGRESS until you call this endpoint. This endpoint refreshes validation before accepting the submit request. If required intake fields, participants, ownership totals, or participant documents are still missing or invalid, the request returns 400 and the response includes validation details. Submit is idempotent for an already-submitted, still-complete incorporation. Retrying submit returns the current incorporation resource instead of starting a second review.

Incomplete submit response

Lifecycle effect

Authorizations

x-api-key
string
header
required

Path Parameters

incorporationId
string
required

Incorporation identifier returned by create or list endpoints.

Response

Incorporation submitted for review

incorporation
object
required
incorporationValidation
object
required
intakeState
object
required

Current intake state for the incorporation. Always returned; an empty intake state is initialized automatically when one does not yet exist.

participants
object[]
required

Participants registered to this incorporation, when requested or available.

requirements
object

Requirements schema for the selected incorporation. Clients can use this to render their own intake UI, but intake updates are always validated against the current server-side incorporation requirements.

Example: