---
title: "Third Party Risk Assessment"
method: POST
path: "/search-by-domain/assessment"
tags: ["Domain Intelligence"]
---

# Third Party Risk Assessment

`POST /search-by-domain/assessment`

Perform an assessment search to evaluate potential risks.

## Request body

- object
  - `domain` string, required — Domain to search for

## Response `200`

Successful assessment

- AssessmentResponse
  - `results` object[]
    - `employee_urls` object[]
      - `url` string
      - `domain` string
      - `type` string
      - `last_uploaded_date` string
      - `occurrence` integer
    - `third_party_urls` object[]
      - `url` string
      - `domain` string
      - `type` string
      - `last_uploaded_date` string
      - `occurrence` integer
    - `user_urls` object[]
      - `url` string
      - `domain` string
      - `type` string
      - `last_uploaded_date` string
      - `occurrence` integer

## Other responses

- `400` — Validation error - the request or request body was invalid
- `401` — Unauthorized - the server could not authenticate the request
- `403` — Forbidden - the server authenticated the request but refuses to process it because of insufficient permissions
- `404` — Not found - the server could not find the requested resource
- `408` — Timeout - the server timed out while waiting for a response (90 seconds)
- `429` — Rate limit exceeded - the server has received too many requests in a short period of time
- `500` — Internal server error - the server encountered an unexpected condition that prevented it from fulfilling the request

---

[API](https://skmtc.net/hudsonrock/apis/cavalier-api.md) · [All operations](https://skmtc.net/hudsonrock/apis/cavalier-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hudsonrock/cavalier-api/revisions/5ba0142eec4d/schema)
