Access
User profile, organization creation, organization updates, and organization deletion require a user bearer token:Create an organization
Organization creation is a reconciled workflow. The API returns the new internal organization ID after it records the request; the backing identity-provider organization and related records are created asynchronously. Every request requires a caller-generated UUID inidempotency_key. Reuse the same key when retrying the same logical creation request, and generate a new key for a different organization.
Onboarding
The onboarding resource records when an organization completes these milestones:ConnectedBrokerCreatedApiKeySubmittedFirstOrderViewedDocsConfiguredControls
PATCH /v1/organizations/{org_id}/onboarding. The operation returns 204 No Content.