Retrieve all brands associated with the user. This endpoint is only available for PREMIUM users.
curl --request GET \ --url https://api.urldna.io/brands \ --header 'Authorization: <api-key>'
[ { "id": "<string>", "name": "<string>", "private_brand": true } ]
Unique identifier for the brand.
The name of the brand.
Indicates whether the brand is private and only visible to the user.