---
title: "List all the email addresses related to the company."
method: GET
path: "/api/v2/companies/{id}/emails"
tags: ["Company Digital Footprint"]
---

# List all the email addresses related to the company.

`GET /api/v2/companies/{id}/emails`

List of any users that have had their account information exposed by deep web searching to find any publicly available organizational data.

## Path parameters

- `id` integer, required

## Query parameters

- `page_number` integer
- `page_size` 10 | 20 | 30 | 50 | 100 | 250
- `query` string

## Response `200`

Success

- Email[]
  - `Email` string — Email address that has been fetched from Internet sources. Rarely the format might be incorrect, such as '-john@acmeinc.com'.
  - `DetectionDate` string — The date the email is detected first. The format month/day/year with leading zeros.
  - `Source` string — The source of the finded email.
  - `SourceType` string — The source type of the leaked email.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/versions/7dadaba760fb/schema)
