---
title: "Get All Companies By Email"
method: GET
path: "/companies/get-all-companies/{email}"
tags: ["COMPANY"]
---

# Get All Companies By Email

`GET /companies/get-all-companies/{email}`

## Path parameters

- `email` string, required

## Response `200`

Successful Response

- GetAllCompaniesResponse
  - `companies` GetCompanyByEmailResponse[]
    - `company` CompanyIndexResponse
      - `name` string, nullable
      - `country` string, nullable
      - `uuid` string, uuid, required
      - `created_at` string, date-time, nullable
      - `existence_time` string, nullable
    - `company_url` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/b9cc757ca795/schema)
