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

Response

200
application/json
List of Brand objects
id
string

Unique identifier for the brand.

name
string

The name of the brand.

private_brand
boolean

Indicates whether the brand is private and only visible to the user.