๐Ÿ’ก#2 Get Configurations

This API returns a list of onboarding steps that were configured by organization admin on admin panel.

get
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Responses
chevron-right
200

Success

application/json
registrationStepIdinteger ยท int32Required

The Identifier of onboarding step (registration step)

Example: 1
registrationStepNamestringRequired

The name of onboarding step (registration step)

Example: ุชุฃูƒูŠุฏ ุงู„ู‡ูˆูŠุฉ
minAccuracyThresholdnumber ยท double ยท nullableOptional

If the confidence of OCR and scanned images less than minAccuracyThreshold it is rejected automatically. This attribute is used for confidence of National ID, Passport or selfie images and can be configured from admin panel

Example: 30.0
maxAccuracyThresholdnumber ยท double ยท nullableOptional

If the confidence of OCR and scanned images greater than maxAccuracyThreshold it is accepted automatically. This attribute is used for confidence of National ID, Passport or selfie images and can be configured from admin panel

Example: 65.0
get
/Onboarding/api/v1/Configuration/GetStepsConfiguration

Last updated