๐ก#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
200
Success
application/json
registrationStepIdinteger ยท int32RequiredExample:
The Identifier of onboarding step (registration step)
1registrationStepNamestringRequiredExample:
The name of onboarding step (registration step)
ุชุฃููุฏ ุงููููุฉminAccuracyThresholdnumber ยท double ยท nullableOptionalExample:
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
30.0maxAccuracyThresholdnumber ยท double ยท nullableOptionalExample:
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
65.0401
Unauthorized
application/json
get
/Onboarding/api/v1/Configuration/GetStepsConfigurationLast updated