---
title: "List manufacturers"
method: GET
path: "/manufacturers"
tags: ["Manufacturers"]
---

# List manufacturers

`GET /manufacturers`

Endpoint used to list manufacturer resources

## Query parameters

- `cursor` string — Last pagination reference
- `limit` integer — max number of Manufacturers returned

## Headers

- `x-organization-id` integer
- `x-organization-ids` string

## Response `200`

Successfully fetched Manufacturers list

- object
  - `manufacturers` object[], required
    - `id` integer, required — Unique ID of the manufacturer.
    - `name` string, required — Manufacturer name.
    - `organizationId` integer — ID of the organization that owns this resource
  - `nextCursor` string, nullable, required — The cursor to retrieve the next page of Manufacturers.
  - `nextPageUrl` string, nullable, required — Path with query parameters that can be used to retrieve the next page of Manufacturers.

## Other responses

- `400` — Error with query
- `401` — Invalid token
- `403` — Manufacturer REST API list is currently disabled

---

[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)
