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.

Path Parameters

companyId
string
required

companyId identifier

Body

application/json
name
string

Legal or display company name.

Minimum string length: 1
Example:

"Fluide SARL"

countryCode
string

ISO 3166-1 alpha-2 country code.

Example:

"CM"

currency
string

Primary company currency using ISO 4217 code.

Example:

"XAF"

registrationNumber
string

Official company registration number.

Example:

"RC-123456"

taxId
string

Tax identifier (e.g. NIU).

Example:

"NIU-7890"

address
string

Registered business address.

Example:

"Bonanjo, Douala"

city
string

Business city.

Example:

"Douala"

Public URL for company logo.

Example:

"https://cdn.fluide.com/company/logo.png"

industryCategory
string

Industry or vertical.

Example:

"Fintech"

industry
string

Industry label (alternative to industryCategory).

Example:

"Technology"

businessCreatedAt
string

Business legal creation/incorporation date.

Example:

"2021-04-12"

businessSize
string

Business size bucket.

Minimum string length: 1
Example:

"11-50"

organizationStructure
object

Organization structure details.

paydays
object

Configured payday(s).

bankConnection
object

Bank connection checkpoint payload.

mobileMoneyWallet
object

Mobile money wallet details.

signatures
object

Signature assets for approvals and generated documents.

payrollSetup
object

Payroll setup details including groups, allowances and deductions.

employeeNumberFormat
object

Employee number generation format.

notificationSettings
object

Notification channel preferences.

Legal attestations stored on the company row (subsidiary wizard).

Response

Update

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