---
title: "Retrieve a company"
method: GET
path: "/v4/companies/{companyId}"
tags: ["Company"]
---

# Retrieve a company

`GET /v4/companies/{companyId}`

Retrieves company information for a company specified by the provided identifier (`companyId`)

## Path parameters

- `companyId` string, required

## Response `200`

OK - Company information was successfully retrieved

- Companyv4
  - `company_id` string — Company identifier
  - `name` string — Company name
  - `description` string — Company description
  - `website` string — Company website
  - `contact` string — The company's contact information
  - `account_manager` string — Company account manager
  - `tenantId` string — Tenant identifier
  - `subTenantId` string — Sub-tenant identifier (it will match the tenantId if the company is not part of a super tenant)

## Other responses

- `404` — Not found - No companies were found with the supplied identifier

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/revisions/789812d35ac8/schema)
