# Get Brands

Retrieves the list of your private brands. For initial testing, you can use our public brand IDs directly in the /ads/generate endpoint. To create your own private brands that will appear in this list, please Contact Us.

Endpoint: GET /ads/brands

## Header parameters:

  - `api_token` (string, required)
    API token associated with the organization.

## Response 200 fields (application/json):

  - `id` (integer)

  - `name` (string)

  - `description` (string)

  - `created_at` (string)


## Response 401 fields
