> 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-early-access/armis/how-epiphany-interacts-with-the-armis-api.md).

# How Epiphany Interacts With the Armis API

{% hint style="warning" %}
This feature is in Early Release/BETA. Please contact your Epiphany Systems support or sales contact to learn more.
{% endhint %}

{% hint style="warning" %}
This document is under construction. Please excuse our dust.
{% endhint %}

## **Required API Calls**

#### Call 1: GET Devices

```
GET https://{org_name}.armis.com/api/v1/search/?aql=in:devices
```

#### Call 2: GET Hosts

```
GET https://{org_name}.armis.com/api/v1/search/?aql=in:host
```

#### Call 3: GET Vulnerabilities

```
GET https://{org_name}.armis.com/api/v1/vulnerability-match/?device_ids={device_id}
```

#### Call 4: GET Connections

```
GET https://{org_name}.armis.com/api/v1/search/?aql=in:connections
```
