Create Project Entity

Beta

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.

Path parameters

project_idstringRequired

Headers

AuthorizationstringRequired

OAuth authentication of the form <token>.

Request

This endpoint expects an object.
identifierlist of strings or integers or doublesOptional
namelist of stringsOptional
countrylist of enumsOptional
addresslist of stringsOptional
date_of_birthlist of stringsOptional
contactlist of strings or integers or doublesOptional
typelist of enumsOptional
citylist of stringsOptional
statelist of stringsOptional
profileenumOptional
Allowed values:

Response

This endpoint returns an object.
dataobject

Errors