Skip to main content
POST
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
name
string
required

Legal or display company name.

Example:

"Fluide SARL"

countryCode
string
required

ISO 3166-1 alpha-2 country code.

Example:

"CM"

currency
string
required

Primary company currency using ISO 4217 code.

Example:

"XAF"

businessCreatedAt
string
required

Business legal creation/incorporation date.

Example:

"2021-04-12"

businessSize
string
required

Business size bucket.

Minimum string length: 1
Example:

"11-50"

registrationNumber
string

Official company registration number.

Minimum string length: 1
Example:

"RC-123456"

taxId
string

Tax identifier (e.g. NIU).

Example:

"NIU-7890"

address
string

Registered business address.

Minimum string length: 1
Example:

"Bonanjo, Douala"

city
string

Business city.

Example:

"Douala"

Public URL for company logo.

Minimum string length: 1
Example:

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

industryCategory
string

Industry category.

Minimum string length: 1
Example:

"Technology"

organizationStructure
object

Organization structure details.

paydays
object

Configured payday(s).

bankConnection
object

Bank account details used for payroll funding.

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.

Response

Create — 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