Retrieve KYC settings

Request

Retrieves KYC settings.

Security
SecretApiKey or JWT
curl -i -X GET \
  https://www.rebilly.com/_mock/catalog/all/kyc-settings \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'

Responses

KYC settings retrieved.

Bodyapplication/json
identityProofobject(KycSettingsIdentity)

Identity proof settings.

addressProofobject(KycSettingsAddress)

Address proof settings.

uiVersionstring or null

Version of the KYC document gatherer UI.

Default:"1"
Enum ValueDescription
1

Classic design.

2

Modern design, optimized for the best user experience on both mobile and desktop devices.

Response
{ "identityProof": { "weights": {}, "thresholds": {}, "minimumAgeSettings": {} }, "addressProof": { "weights": {}, "thresholds": {} }, "uiVersion": "1" }