Fenestro API Docs

Brands

Brands represent manufacturers or catalogue labels used by products.

Endpoints

MethodPathUse
POST/v1/brandsCreate a brand.
GET/v1/brandsList brands.
GET/v1/brands/{id}Read one brand.
PATCH/v1/brands/{id}Update provided fields.
DELETE/v1/brands/{id}Deactivate the brand.

Create example

curl -X POST https://api.fenestro.io/v1/brands \
  -H "Authorization: Bearer fen_live_xxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{"name":"Reynaers Aluminium","description":"Aluminium systems","display_order":10}'

Fields

FieldRequiredNotes
nameyes2 to 100 characters.
descriptionnoMaximum 2000 characters.
image_urlnoAbsolute URL.
display_ordernoNon-negative integer.