---
title: "Retrieve brand information"
method: GET
path: "/brands"
tags: ["Brands"]
---

# Retrieve brand information

`GET /brands`

Returns information about the authenticated brand context.

## Response `200`

Brand information retrieved successfully.

- Brand
  - `brand_id` integer
  - `_account_id` union
    - integer
    - string
  - `name` string
  - `website` string, uri
  - `industry` string, nullable
  - `use_case` string, nullable
  - `contact_first_name` string, nullable
  - `contact_last_name` string, nullable
  - `contact_email` string, email, nullable
  - `contact_phone` string, nullable
  - `created` string, nullable
  - `last_updated` string, nullable

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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