Skip to main content
GET
/
brands
Get Brands
curl --request GET \
  --url https://api.projectcor.com/v1/brands \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "name": "<string>",
    "client_id": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

List of brands

id
integer
name
string
client_id
integer