This endpoint is ONLY available for Identity Verification (IDV).
Get Recommended Fields returns the list of fields and list of required fields in a similar fashion to Get Fields, though the response JSON structure is slightly different. The list of fields returned (and which fields are required) is not dynamically generated like with Get Fields, but is instead based on a custom recommended fields configuration that can be set by customer support. Get Recommended Fields gives you more control over the list of fields returned than Get Fields, and is usually used as an input to a dynamically generated form. When no recommended fields configuration exists for a country for your account, Get Recommended Fields returns the same list of fields as Get Fields.
Through configuration you can:
Exclude fields that you know your organization doesn’t collect
Make a field required because it increases the potential match rate, although not technically required to call a data source to get a response
Make a required field (as returned by Get Fields) optional, as it may not always be available and is not required by all data sources
Include additional fields not returned by Get Fields, because it’s information you need your form to collect, but is not used by Verify
Please be advised to use /configuration/v1/recommendedfields/IdentityVerification/{countryCode} as /configuration/v1/recommendedfields/Identity Verification/{countryCode} is being deprecated.
400Your request could not be processed, there should be more details in the response.
401The user name and password you provided is not valid or you are using an account not configured to be an API user.
408The request took longer to process than we waited.
415You asked for a media type that we do not support. You should request application/json in the Content-Type header.
500An error happened on the server without a specific message.