GET
/
brand
/
{brand_id}
curl --request GET \
  --url https://api.urldna.io/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

Response

200
application/json
List of scans

Represents a brand associated with the user, used for tracking scans related to specific brand domains.

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.