Perform name cross validation

Performs a name cross validation.

Overview

Use this method to perform the comparison between names.

🚧

Attention

The list within .idDocs can take only two objects.

Possible comparisonMode values

ValueDescription
strictAllows only the exact match:

- Dr. John Smith and John Smith are acceptable.
- John D Smith and John Smith are unacceptable.
weakContainmentA flexible name matching that converts names to lowercase and removes spaces for broader matches. For example, John Manuel Smith will match with Johnmanuel Smith.
defAllows a wide range of spelling variations. For example, John M Smith and Dr. J Manuel Smith are acceptable.

Response explained

As a response, you will get a JSON representing the comparison results.

NameTypeDescription
fullNameMatchBooleanThe full name comparison result.
Language
Authorization
Header
Click Try It! to start a request and see the response here!