API
Data API
Brands
methods allow you to get a list of portal brands or information on a specific brand get get /brands return a list of brands response parameters https //help inspector cloud com/en/docs/api/backend/methods/v1/agents/agents list#response definitions count integer the number of brands next string (uri) nullable nullable next page previous string (uri) nullable nullable previous page results array of objects an array of objects with information about brands id integer brand id name string \[ 1 255 ] characters \[ 1 255 ] characters brand name get get /brands/{id} return information about the brand by id response parameters https //help inspector cloud com/en/docs/api/backend/methods/v1/agents/agents read#response definitions id integer brand id name string \[ 1 255 ] characters \[ 1 255 ] characters brand name