GET /brands/{id}
Returns information about the brand by ID.
Address: GET https://instance_name/api/data/v1.3/brands/{id}/
Content-type: application/json
Path parameters
id
integer
Request example
curl –i –X GET
https://test.inspector-cloud.com/api/data/v1.3/brands/19765/
-H ‘Authorization: Token <<your_token>>’
Response example
Response code: 200
{
"id": 19765,
"name": "BUSHIDO"
}
Response definitions
id
integer
Brand ID.
name
string [ 1 .. 255 ] characters