Resolution POST
The resolution endpoints allow users to search for matching entities against a provided list of attributes. The endpoint is similar to the search endpoint, except it’s tuned to only return the best match so the client doesn’t need to do as much or any post-processing work to filter down results.
Headers
OAuth authentication of the form <token>.
Query parameters
A limit on the number of objects to be returned with a range between 1 and 10 inclusive. Defaults to 10.
Number of results to skip before returning response. Defaults to 0.
Request
Entity contact
Adding this param enables an alternative matching logic. It will set a minimum percentage of tokens needed to match with user input to be considered a “hit”. Accepts integers from 0 to 100 inclusive.
Specifies the minimum score required to pass, which controls the strictness of the matching threshold. The default value is 77, and tuned for general use-case accuracy. Increase the value for stricter matching, reduce to loosen.
Bypasses the post-processing setps and re-ranking. Useful for debugging. By default set to false, set to true to enable.