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

# GET /api/companies/

`GET /api/companies/`

## Response `200`

Default Response

- object[]
  - `id` string, uuid, required
  - `name` string, required
  - `teamName` string, nullable
  - `address` string, nullable
  - `email` string, nullable
  - `phone` string, nullable, required
  - `logoBase64` string, nullable, required
  - `photoSyncHash` string, nullable
  - `customFeatures` object
  - `bcp47LanguageTag` string, nullable
  - `role` 'admin' | 'member' | 'owner'
  - `currentVersion` integer, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

---

[API](https://skmtc.dev/buildoapp/apis/buildo-api.md) · [All operations](https://skmtc.dev/buildoapp/apis/buildo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/buildoapp/buildo-api/revisions/e646e4ae8482/schema)
