Screen NameCopy PageRequest cURLcurl --location --request PUT 'https://api.insights-periculum.io/verify/aml-screen' --header 'Authorization: Bearer string_encrypted_accesst_token' --header 'Content-Type: application/json' --data-body'{ "first_name": "John", "middle_name": "Asake", "last_name": "Doe", "date_of_birth": "1997-08-18" }' Parameters NameDescriptionTypeRequiredfirst_nameCustomer's First nameintYesmiddle_nameMiddle namestringNolast_nameLast namestringYesdate_of_birthDate of BirthstringYes Response JSON{ "entity": { "MatchResults": [ { "MatchType": "Person", "Name": "John Doe", "ProfileId": "4e01434d-6434-4375-804a-cd32d62824f7", "NameMatchScore": 0.2 } ] } } Updated over 2 years ago Did this page help you?YesNo