Updates the review status of a potential match returned by a search. Use this endpoint after an analyst or downstream workflow has reviewed a search result and needs to record the disposition.
Supported review_status values:
unresolved: the potential match still needs review.true_positive: the potential match has been confirmed as a true match.false_positive: the potential match has been determined not to match the screened profile.suppressed: the potential match is a repeated or previously known result with no material change.closed: the potential match is closed and no longer part of the active review queue.reopened: the potential match has been reopened for review.Documentation Index
Fetch the complete documentation index at: https://docs.gominerva.com/llms.txt
Use this file to discover all available pages before exploring further.
The Minerva API key used for this integration. Manage API keys in the Minerva dashboard under Administration > Developers.
Potential match ID returned by Minerva search results.
Potential match status update request
Request body for updating the review status of a potential match returned by a search.
New review status for the potential match.
unresolved, true_positive, false_positive, suppressed, closed, reopened "false_positive"
Potential match status updated successfully