Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.

X-Fluide-Api-Key
string
header
default:fl_dev_your_key
required

Developer API key (fl_dev_...). Required on every API call with a machine access token.

X-Fluide-Client-Id
string
header
default:fluide-developer
required

First-party client audience. Must match the fluide_client_id claim on the JWT. Use fluide-developer for Connect.

Body

application/json
onboardingPersona
enum<string>
Available options:
business_owner,
partner,
service_partner,
virtual_manager,
compliance_expert,
eso,
capital_allocator
businessType
enum<string>
Available options:
SME,
STARTUP,
NGO,
MFI,
CORPORATE,
COOPERATIVE
partner
object
eso
object
capitalAllocator
object
firmVerification
object
businessRegistration
object
partnerCompliance
object
regionWorkspace
object
billing
object
invites
object
personalInfo
object
organizationStructure
object

Organization-wide department names and role labels (merged into setupData).

wizardStepCursor
number

Optional UI cursor for resume across wizard steps.

Required range: 0 <= x <= 15
employmentOnboardingMode
enum<string>

HR_FIRST: create HR employee then optional invite. INVITE_FIRST: store HR draft then invite; HR row created when user accepts.

Available options:
HR_FIRST,
INVITE_FIRST
ecosystemPath
enum<string>
Available options:
run_organization,
raise_capital,
deploy_capital,
support_organizations,
build_solutions,
grow_partnership
operationalPriorities
string[]
currentTools
string[]
readinessScore
object
partnershipApplication
object
developerProfile
object
profileSetup
object
productIntent
object
activatedProducts
enum<string>[]

Hub product tiles enabled for this org. Overrides ecosystem path defaults when set.

Available options:
fluide-pay,
fluide-admin,
fluide-capital-admin,
fluide-developer
checkoutWorkflow
object

Response

Patch Setup

success
boolean
required

Whether the request succeeded

Example:

true

message
string
required

Human-readable outcome message (localized when i18n is configured)

Example:

"Operation completed successfully"

data
object

Endpoint-specific payload