latestOpenAPI 3.0.02026-08-2217901.1 MB

ef9153fcac7c

Manufacturers

List manufacturers

Endpoint used to list manufacturer resources

get/manufacturers

Query parameters

cursorstring

Last pagination reference

limitinteger

max number of Manufacturers returned

Headers

x-organization-idinteger

Required if using a multi organizations token

x-organization-idsstring

Required if using a multi organizations token and doing an operation on resources from multiple organizations. This is mutually exclusive with the x-organization-id header (use one or the other).

Response

Successfully fetched Manufacturers list

nextCursorstring nullable required

The cursor to retrieve the next page of Manufacturers.

nextPageUrlstring nullable required

Path with query parameters that can be used to retrieve the next page of Manufacturers.

Example response

{
  "manufacturers": [
    {
      "id": 963,
      "name": "ACME Corporation",
      "organizationId": 1
    }
  ]
}