# Available Brands API Endpoint to get a list of brands that are tracked as part of urlscan's brand and phishing detection. Endpoint: GET /api/v1/pro/availableBrands Version: 1.0.0 Security: apikeyAuth ## Response 200 fields (application/json): - `kits` (array) - `kits._id` (string) Unique database ID of the brand - `kits.name` (string) User-facing name of the brand - `kits.key` (string) Searchable key for the brand - `kits.vertical` (array) Industry verticals for this brand - `kits.country` (array) Countries of operation for this brand - `kits.terms` (object) - `kits.terms.domains` (array) - `kits.terms.asns` (array) - `kits.createdAt` (string) Time when brand was created