---
title: "brand.list"
method: POST
path: "/brand.list"
tags: ["Brand"]
---

# brand.list

`POST /brand.list`

Lists all brands for the organization.

**Requires the [`organizationRead`](authentication#permissions-brandlist) permission.**

## Request body

- BrandListRequest
  - `cursor` string, nullable — The pagination cursor. Use 'start' for the first page or the nextCursor value from a previous response.
  - `limit` integer, nullable — The maximum number of brands to return per page. Maximum is 100.

## Response `200`

Responses from the brand.list endpoint

- union
  - BrandListSuccessResponse
    - `success` true, required
    - `results` Brand[], required
      - `id` string, uuid, required — The unique identifier for the brand
      - `name` string, required — The name of the brand
      - `hostedJobsPageSlug` string, required — The slug used for the brand's hosted jobs page URL
    - `nextCursor` string — Cursor for the next page of results, if available
    - `moreDataAvailable` boolean — Whether more data is available beyond this page
    - `syncToken` string — Sync token to use for future incremental syncs. Only present on the last page.
  - ErrorResponse
    - `success` false, required
    - `errors` ErrorDetail[], required
      - `message` string, required
      - `parameter` string

---

[API](https://skmtc.net/ashbyhq/apis/ashby-api.md) · [All operations](https://skmtc.net/ashbyhq/apis/ashby-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ashbyhq/ashby-api/revisions/778b919dc743/schema)
