---
title: "Available Brands"
method: GET
path: "/api/v1/pro/availableBrands"
tags: ["Brands"]
---

# Available Brands

`GET /api/v1/pro/availableBrands`

API Endpoint to get a list of brands that are tracked as part of urlscan's brand and phishing detection.

## Response `200`

Successful response

- object
  - `kits` object[]
    - `_id` string — Unique database ID of the brand
    - `name` string — User-facing name of the brand
    - `key` string — Searchable key for the brand
    - `vertical` unknown[] — Industry verticals for this brand
      - unknown
    - `country` unknown[] — Countries of operation for this brand
      - unknown
    - `terms` object
      - `domains` string[]
      - `asns` string[]
    - `createdAt` string, date-time — Time when brand was created

---

[API](https://skmtc.net/urlscan/apis/urlscan-io-apis.md) · [All operations](https://skmtc.net/urlscan/apis/urlscan-io-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/urlscan/urlscan-io-apis/revisions/5d97b31afd68/schema)
