---
title: "Show company"
method: GET
path: "/api/external/firm/v1/companies/{id}"
tags: ["Companies"]
---

# Show company

`GET /api/external/firm/v1/companies/{id}`

This endpoint returns the details of a company related to the firm.

> ℹ️
> This endpoint requires the following scope: `companies:readonly`

## Path parameters

- `id` string, required

## Response `200`

A company

- object
  - `id` integer, required — Company's unique identifier
  - `name` string, required — Company's legal name.
  - `billing_company_name` string, required — Company's trade name.
  - `siren` string, required — Company's SIREN
  - `address` string, required — The number and street address of the company.
  - `city` string, required — The city the company is in.
  - `postal_code` string, required — The postal/zip code of the company.
  - `activity_nomenclature` string, required — The activity nomenclature code, e.g. "code NAF" in France.
  - `activity_code` string, required — The activity code.
  - `external_id` string, required — The external identifier of the company.
  - `client_code` string, required — Client code of the company

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `403` — Access to this resource forbidden
- `404` — The resource was not found

---

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