> For the complete documentation index, see [llms.txt](https://docs.reveald.com/technical-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reveald.com/technical-documentation/data-sources/claroty/how-epiphany-interacts-with-the-claroty-api.md).

# How Epiphany Interacts With the Claroty API

## Required API Calls

#### Call 1: GET Asset

```
GET https://<base_url>/ranger/assets
```

#### Call 2: GET Sites

```
GET https://<base_url>/ranger/sites
```

#### Call 3: GET Full Match CVE Data

```
GET https://<base_url>/ranger/insight_details/Full%20Match%20CVEs?format=insight_page
```

#### Call 4: GET Model Match CVE Data

```
GET https://<base_url>/insight_details/Windows%20CVEs%20Full%20Match?format=insight_page
```

#### Call 5: GET Vendor Match CVE Data

```
GET https://<base_url>/ranger/insight_details/Vendor%20Match%20CVEs?format=insight_page
```

**Call 6: GET Assets Impacted by CVE**

```
GET https://<base_url>/ranger/assets?per_page=100&insight_row_key__exact='+filt_key
```
