# How Epiphany Interacts With the CrowdStrike API

### Required API Calls

#### Call 1: GET Devices

```
GET https://api.crowdstrike.com/devices/query/devices-scroll/v1
```

#### Call 2: GET Device Details

```
GET https://api.crowdstrike.com/devices/query/device-details/{device_id}
```

#### Call 3: GET Vulnerabilities

```
GET https://api.crowdstrike.com/devices/query/vulnerabilities/{device_id}
```

##
