GET
/
brands
curl --request GET \
  --url https://api.urldna.io/brands \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "private_brand": true
  }
]

Authorizations

Authorization
string
header
required

Query Parameters

filter
enum<string>

Filter brands by visibility. Allowed values: ALL, FREE, PREMIUM, USER_BRANDS

Available options:
ALL,
FREE,
PREMIUM,
USER_BRANDS
query
string

Search for brands with similar name

Response

200
application/json

List of Brand objects

The response is of type object[].