---
title: "Get manufacturer"
method: GET
path: "/manufacturers/{id}"
tags: ["Manufacturers"]
---

# Get manufacturer

`GET /manufacturers/{id}`

## Path parameters

- `id` integer, required

## Headers

- `x-organization-id` integer

## Response `200`

Successfully retrieved manufacturer's information

- object
  - `manufacturer` object, required
    - `id` integer, required — Unique ID of the manufacturer.
    - `name` string, required — Manufacturer name.

## Other responses

- `400` — OrganizationId was not provided
- `401` — Invalid token
- `403` — Manufacturer REST API get is currently disabled
- `404` — Could not find the specified manufacturer.
- `500` — Internal server error.

---

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