Brands
Methods allow you to get a list of portal brands or information on a specific brand.
GET /brands
Return a list of brands.
Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get
Curl
|
RESPONSES
200
|
Response parameters
count integer
The number of brands.
next string (uri) Nullable
Next page.
previous string (uri) Nullable
Previous page.
results array of objects
An array of objects with information about brands.
- id integer Brand ID.
- name string [ 1 .. 255 ] characters Brand name.
GET /brands/{id}
Return information about the brand by ID.
Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get
Curl
|
RESPONSES
200
|
Response parameters
id integer
Brand ID.
name string [ 1 .. 255 ] characters
Brand name.