Skip to main content

Start a company onboarding workflow.

POST 

/v1/onboarding/company

Starts a new Temporal workflow on onboarding-task-queue.

The body must include party.relationships[] referencing existing director partyIds (onboarded separately via /v1/onboarding/individual) and a single signatory block. The response body returns the initial WorkflowState (status INITIATED, workflowType: company); the Location header points at the status endpoint to poll.

Request

Responses

Workflow accepted — returns the initial WorkflowState. Poll the Location URL for progress.

Response Headers
    Location

    URL of the status endpoint for the new workflow.