Fetch Screen Details

Get details about an AML screen result by Profile Id

Request

curl --location --request GET 'https://api.insights-periculum.io/verify/aml-screen/business/info/{profileId}' 
--header 'Authorization: Bearer string_encrypted_access_token' 
--header 'Content-Type: application/json'  

Parameters

NameDescriptionTypeRequired
profileIdProfileID from Match Results in /aml/screenstringYes

Response

{
    "entity": {
        "result": {
            "entryCategory": "sanction",
            "addresses": [],
            "prefix": "",
            "suffix": "",
            "aka": "",
            "govDesignation": "",
            "remarks": "",
            "dob": "",
            "pob": "",
            "countryName": "Ukraine",
            "effectiveDate": "",
            "relatedId": 0,
            "passportId": "",
            "touchDate": "",
            "nationalId": "",
            "otherId": "",
            "dob2": "",
            "levelDesc": "",
            "primaryName": "",
            "masterId": 0,
            "watch": "",
            "name": "Sterling Limited Liability Company.",
            "aliases": [ 
                {
                    "name": "Sterling LCC"
                } 
            ],
            "relationships": [{
                "is": "child",
                "toName": "Abdulrahman Fasasi",
                "toProfileId": ""
            }],
            "sourceName": "",
            "entryDesc": "organisation",
            "subCatDesc": null,
            "positions": null,
            "sourceWebLinks": "",
            "media": [{
                "date": "2018-02-21T00:00:00Z",
                "snippet": "With 95% market share, Safaricom, the force behind Kenya and East Africa's mobile banking revolution is accused of monopolising the mobile money market. So has Dangote, whose companies are often accused of undercutting local and foreign competitors in cement production. Development agencies from UN agencies to the African Development Bank have focused on improving the productivity of micro and small enterprises, which provide more than 45% of employment in sub-Saharan Africa.",
                "title": "Time to shine the spotlight on African entrepreneurs | The New Age",
                "url": "http://www.thenewage.co.za/time-to-shine-the-spotlight-on-african-entrepreneurs/"
            }],
            "caseNumber": "",
            "dateOfOrder": "",
            "match_score": 1.7
        }
    }
}