---
title: "Get Company"
method: GET
path: "/v1/public/companies/{company_id}"
tags: ["Companies"]
---

# Get Company

`GET /v1/public/companies/{company_id}`

## Path parameters

- `company_id` string, required

## Query parameters

- `external_id` string, nullable

## Response `200`

OK

- CompanySchema
  - `id` string, uuid, nullable
  - `company_id` integer, nullable
  - `name` string, nullable
  - `address` string, nullable
  - `email` string, nullable
  - `phone_number` string, nullable
  - `url` string, nullable
  - `allowed_in_store` boolean, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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