cURL
curl --request GET \ --url https://api.urldna.io/v1/brand/{brand_id} \ --header 'Authorization: <api-key>'
{ "id": "<string>", "name": "<string>", "private_brand": true }
Retrieves complete details for a specific brand including configuration and metadata. PREMIUM users only.
Unique brand identifier.
Brand details retrieved successfully.
Brand entity for organizing and monitoring scans related to specific brand domains and assets.
Brand name.
When true, brand is visible only to the creating user.