Skip to main content
GET
Get an incorporation
Retrieves an incorporation for one of your customers. Use this endpoint to refresh the latest intakeState, participants, and top-level incorporationStatus for an ongoing incorporation. incorporationValidation.isComplete tells you whether the current state is eligible to submit. SUBMITTED or IN_PROGRESS is returned only after POST /partner/incorporation/{incorporationId}/submit succeeds for a currently complete incorporation. Use Get incorporation status for stage-level progress and blocking issue ids. Use List incorporation issues to track active or resolved correction requests.

Incorporation status

incorporationStatus can be one of:

Authorizations

x-api-key
string
header
required

Path Parameters

incorporationId
string
required

Incorporation identifier returned by create or list endpoints.

Response

Incorporation retrieved successfully

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: