GET
https://api.brand.dev/v1
/
brand
/
search
curl --request GET \
  --url https://api.brand.dev/v1/brand/search \
  --header 'Authorization: Bearer <token>'
[
  {
    "logo": "<string>",
    "title": "<string>",
    "domain": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

query
string
required

Query string to search brands

Response

200
application/json

Successful response

The response is of type object[].