Add Profile Comment
Adds a comment to a screening profile. Comments are useful for recording analyst rationale, follow-up notes, and review context alongside the profile record.
Supported kind values:
profile: a general note on the profile.match: a note associated with a potential match. IncludematchIdwhen available.
Authorizations
The Minerva API key used for this integration. Manage API keys in the Minerva dashboard under Administration > Developers.
Path Parameters
Profile ID that should receive the comment.
Body
Profile comment creation request
Request body for adding an analyst comment to a profile. Use kind to indicate whether the note is profile-level or tied to a potential match.
Comment text. Must be a non-empty string.
"Reviewed the sanctions hit and determined it is a false match because the date of birth does not align."
Comment category. Use profile for a general profile note or match for a potential match note.
profile, match "profile"
Optional potential match ID to associate with the comment when kind is match.
"665f1c2b16f5adbb8e1d3f41"