/brands

GET {{baseUrl}}/brands?fields=<string>&sort=<string>&active=<integer>&count=<integer>&offset=<integer>

Returns all brands. By default the first 50 brands (both active and inactive) are returned, sorted by creation date

Request Params

KeyDatatypeRequiredDescription
fieldsstringComma seperated list of properties to include
sortstringIf not included, results are sorted by creation date
activestring
countstringThe maximum number of results to be returned
offsetstringThe starting position for the returned values

RESPONSES

status: OK

[{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;title&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;url&quot;:&quot;\u003cstring\u003e&quot;,&quot;active&quot;:&quot;\u003cboolean\u003e&quot;,&quot;metaTitle&quot;:&quot;\u003cstring\u003e&quot;,&quot;metaKeywords&quot;:&quot;\u003cstring\u003e&quot;,&quot;metaDescription&quot;:&quot;\u003cstring\u003e&quot;,&quot;image&quot;:{&quot;url&quot;:&quot;\u003cstring\u003e&quot;}},{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;title&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;url&quot;:&quot;\u003cstring\u003e&quot;,&quot;active&quot;:&quot;\u003cboolean\u003e&quot;,&quot;metaTitle&quot;:&quot;\u003cstring\u003e&quot;,&quot;metaKeywords&quot;:&quot;\u003cstring\u003e&quot;,&quot;metaDescription&quot;:&quot;\u003cstring\u003e&quot;,&quot;image&quot;:{&quot;url&quot;:&quot;\u003cstring\u003e&quot;}}]