Skip to main content

/brands/{id}

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

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

Methods:

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

Content-type: application/json

Path parameters​


id string

Required. Brand ID.

Request example

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

Response example

Response code: 200

{
"id": 1234567890111,
"name": "adidas"
}

Response definitions


id string

Brand ID.


name string

Brand name.