Skip to main content

/manufacturers/{id}

Retrieve detailed manufacturer information by ID, or updates the fields in the manufacturer card (specified or all).

Adress: https://instance_name/api/v1.5/manufacturers/{id}

Methods:

  • GET — retrieve detailed manufacturer information by ID;
  • PUT — update all manufacturer fields;
  • PATCH — update some manufacturer fields.

Content-type: application/json

Path parameters​


id string

Required. Manufacturer ID.

Request example

curl –i –X GET
https://test.inspector-cloud.com/api/v1.5/manufacturers/1234567890/
-H ‘Authorization: Token <<your_token>>

Response example

Response code: 200

{
"id": 1234567890,
"name": "NARZAN"
}

Response definitions


id string

Manufacturer ID.


name string

Manufacturer name.