Skip to main content
GET
/
v1
/
brand
/
{brand_id}
Get Brand
curl --request GET \
  --url https://api.urldna.io/v1/brand/{brand_id} \
  --header 'authorization: <authorization>'
{
  "id": "<string>",
  "name": "<string>",
  "private_brand": true,
  "visibility": "PREMIUM",
  "category": "<string>"
}

Headers

authorization
string
required

Path Parameters

brand_id
string
required

Response

Successful Response

id
string
required

Unique brand identifier.

name
string
required

The official name of the brand.

private_brand
boolean
required

When true, brand is visible only to the creating user.

visibility
enum<string>
required

Defines the access level of the brand data. 'PREMIUM' brands require a subscription to access full intelligence, while 'FREE' brands are publicly available.

Available options:
PREMIUM,
FREE
category
string | null

The industry sector or vertical the brand belongs to. This is a generic classification such as 'Retail & E-commerce', 'FinTech, Crypto & Blockchain', or 'Technology & Telecom'.