---
title: "GET /v1/brands/{id}"
method: GET
path: "/v1/brands/{id}"
tags: ["Analytics"]
---

# GET /v1/brands/{id}

`GET /v1/brands/{id}`

Returns details for one brand.

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- object — Successful Response
  - `data` object
    - `id` string — Identifies a single brand.
    - `name` string — The name of the brand.
    - `created_at` string
    - `verticals` object[]
      - `id` string — Identifies a single vertical.
      - `name` string — The name of the vertical.
      - `created_at` string — The date and time the vertical was added.
      - `subverticals` object[]
        - `id` string — Identifies a single sub-vertical.
        - `name` string — The name of the sub-vertical.
        - `created_at` string — The date and time the sub-vertical was added.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Brand not found

---

[API](https://skmtc.net/basis/apis/basis-platform-api.md) · [All operations](https://skmtc.net/basis/apis/basis-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/basis/basis-platform-api/revisions/6e0eb87d51e6/schema)
