---
title: "Get User Brand Data Endpoint"
method: GET
path: "/api/v1/discoverspy/user-brands"
tags: ["discoverspy"]
---

# Get User Brand Data Endpoint

`GET /api/v1/discoverspy/user-brands`

API to get user's default brand and their competitors data from discovery spy

## Response `200`

Successful Response

- UserBrandResponse
  - `success` boolean, required
  - `message` string, required
  - `data` UserBrandData[], required
    - `default_brand` DefaultBrand, required
      - `name` string, required
      - `logo` string, nullable
    - `competitors` CompetitorData[], required
      - `brand_name` string, required
      - `avatar_url` string, nullable
      - `total_images` integer
      - `total_videos` integer
      - `active_ads` integer
      - `inactive_ads` integer
      - `brandSpy_added` boolean
      - `adlibrary_url` string, nullable
    - `onboarding` boolean, required

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
