Enhanced resolve with reverse lookup capabilities and match condition filters
minerva_pid, linkedin_urlExample: ["linkedin_url"] will only return matches that have a LinkedIn profileExample: ["minerva_pid", "linkedin_url"] will only return matches that have both400 - Bad Request: Invalid input format or missing required fields401 - Unauthorized: Invalid or missing API key413 - Payload Too Large: More than 1000 records in request422 - Unprocessable Entity: Invalid data format or invalid match_condition_fields500 - Internal Server Error: Server error occurredmatch_condition_fields to filter results based on data availability:
minerva_pid - Only return matches where we have a Minerva PIDlinkedin_url - Only return matches where we have LinkedIn profile datarecord_id is optional in requests and may be null in responseslinkedin_url is new in V2 and only returned when availablematch_score for reverse lookups is fixed at 50.0match_score for fuzzy matches ranges from 0-100, with scores above 80 indicating high confidenceis_resolvable_record: false and details in validation_errors/v1/resolve to /v2/resolverecord_id is now optional (was required in V1)linkedin_url field in responsematch_condition_fields to filter results by data availability