Request

[POST]
{{baseUrl}}api/v1/aml/screening/organization
ParameterTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Body parameters

POST ParameterTypeDescription
entity_namestringBusiness Name, e.g Belinda Gates Foundation
match_scoreintegerName Match Scores ranges from 0% to 100 %, which determine the accuracy of the match result

Sample response

Response
{
  "matchResults": [
    {
       "MatchType": "Entity",
       "Name": "Gates Foundation",
       "ProfileId": "57994afb-357b-4288-bc5d-9f3954d037e3",
       "NameMatchScore": 0.2
    }
  ]
}