v1

latestOpenAPI 3.0.02026-07-24311994.6 KB
Domain Intelligence

Third Party Risk Assessment

Perform an assessment search to evaluate potential risks.

post/search-by-domain/assessment

Request body

domainstring required

Domain to search for

Response

Successful assessment

Example response

{
  "results": [
    {
      "employee_urls": [
        {
          "type": "employee"
        }
      ],
      "third_party_urls": [
        {
          "type": "third_party"
        }
      ],
      "user_urls": [
        {
          "type": "user"
        }
      ]
    }
  ]
}