Complete Profile Check

POST {{base_url}}/intelligence/complete-profile-check

Headers

Name
Type
Description

Authorization*

String

Token 349239223392

Request Body

Name
Type
Description

full_name

Object

{

"value": "Osama bin laden",

"check_type": [ "pep", "sanction", "criminal", "ofac" ],

"gender": "male",

"date_of_birth": "1980-10-10"

}

phone_number

String

234808388283

address

String

Street No, ebo street, Lagos

ip_address

String

102.84.32.12

{
    "code": "00",
    "message": "Successful",
    "status": true,
    "data": {
        "id": 14,
        "request_text": {
            "full_name": {
                "value": "Osama bin laden",
                "check_type": [
                    "pep",
                    "sanction",
                    "criminal",
                    "ofac"
                ],
                "date_of_birth": "1980-10-10",
                "gender": "male"
            },
            "email": "[email protected]",
            "phone_number": "2348100000000",
            "address": "1, ebo street",
            "ip_address": "102.32.26.12"
        },
        "request_file": "https://idradar-bucket.s3.amazonaws.com/prod-static/checks/profile-checks/request_a1d4b7b2-156c-4c7e-b563-j3n.json",
        "response_file": "https://idradar-bucket.s3.amazonaws.com/prod-static/checks/profile-checks/response_dedfdd52-f222-4dd7-8570-232.json",
        "created_at": "2022-11-26T00:17:21.282972+01:00",
        "updated_at": "2022-11-26T00:17:22.144358+01:00"
    }
}

Last updated