Retrieves KYC settings.
KYC settings retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
{- "identityProof": {
- "weights": {
- "containsImage": 100,
- "isIdentityDocument": 100,
- "isPublishedOnline": 100,
- "firstName": 100,
- "lastName": 100,
- "expirationDate": 100,
- "dateOfBirth": 100,
- "matchesDateOfBirth": 100,
- "issueDate": 100,
- "hasMinimalAge": 100,
- "hasMatchingFaceProof": 100,
- "nationality": 100,
- "documentSubtype": 100
}, - "thresholds": {
- "rejectBelow": 100,
- "acceptAbove": 100
}
}, - "addressProof": {
- "weights": {
- "firstName": 100,
- "lastName": 100,
- "line1": 100,
- "city": 100,
- "region": 100,
- "postalCode": 100,
- "date": 100,
- "phone": 100,
- "documentSubtype": 100
}, - "thresholds": {
- "rejectBelow": 100,
- "acceptAbove": 100
}
}
}