---
title: "List My Companies"
method: GET
path: "/api/v1/companies"
tags: ["companies"]
---

# List My Companies

`GET /api/v1/companies`

List every company the caller belongs to — the one cross-tenant read.

## Response `200`

Successful Response

- CompanyListResponse
  - `companies` CompanyRead[], required
    - `id` string, uuid, required
    - `name` string, required
    - `role` string, required
    - `created_at` string, date-time, required
  - `default_company_id` string, uuid, nullable, required

---

[API](https://skmtc.net/netter/apis/dmi-backend.md) · [All operations](https://skmtc.net/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netter/dmi-backend/versions/a59877bf911b/schema)
