List Brands

List Brands

get
Authorizations
Responses
200
OK
application/json
get
GET /api/v1/brands/ HTTP/1.1
Host: 
X-API-Key: YOUR_API_KEY
Accept: */*
200

OK

[
  {
    "id": 1,
    "key": "text",
    "name": "text"
  }
]

Last updated

Was this helpful?