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

Authorizations

Authorization
string
header
required

Path Parameters

brand_id
string
required

Unique brand identifier.

Response

Brand details retrieved successfully.

Brand entity for organizing and monitoring scans related to specific brand domains and assets.

id
string

Unique brand identifier.

name
string

Brand name.

private_brand
boolean

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