---
title: "Retrieves all companies for authenticated user"
method: GET
path: "/company"
tags: ["UserContext"]
---

# Retrieves all companies for authenticated user

`GET /company`

The company information associated with the user

## Response `200`

If the companies were retrieved successfully

- Company[]
  - `name` string, nullable
  - `prefix` string, nullable
  - `description` string, nullable
  - `createDate` string, date-time
  - `id` string, uuid

## Other responses

- `401` — If the user isn't authenticated
- `403` — If the user isn't authorized for such action
- `429` — If the user has sent too many requests

---

[API](https://skmtc.net/prevedere/apis/board-foresight-api-v1.md) · [All operations](https://skmtc.net/prevedere/apis/board-foresight-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prevedere/board-foresight-api-v1/revisions/c5ac8232e334/schema)
