Skip to main content
GET
/
api
/
v1
/
onboarding
/
kyb
/
requirements
cURL
curl -sS -X GET "$FLUIDE_BASE_URL/api/v1/onboarding/kyb/requirements"
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Query Parameters

applicantType
enum<string>
default:COMPANY
Available options:
COMPANY,
REFERRAL_PARTNER,
SERVICE_PARTNER_FIRM,
SERVICE_PARTNER_INDIVIDUAL
tier
enum<string>
default:SILVER
Available options:
SILVER,
GOLD,
PLATINUM
countryCode
string

ISO 3166-1 alpha-2 country code. Defaults to the current company country when omitted.

Example:

"CM"

Response

Successful response

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