Skip to main content
POST
/
api
/
v1
/
onboarding
/
advance
cURL
curl -sS -X POST "$FLUIDE_BASE_URL/api/v1/onboarding/advance" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Body

application/json
targetStage
enum<string>
required

Target onboarding stage for the active organization. Response returns updated status when transition succeeds.

Available options:
ACCOUNT_CREATED,
WIZARD_COMPLETED,
COMPANY_SETUP_IN_PROGRESS,
COMPANY_SETUP_COMPLETED
Example:

"COMPANY_SETUP_COMPLETED"

note
string

Optional operator note for stage transition audit logs.

Example:

"Company docs validated by admin"

Response

Advance — created

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