---
title: "List companies"
method: GET
path: "/companies"
tags: ["Companies"]
---

# List companies

`GET /companies`

Lists companies available to the authenticated API key.

## Response `200`

Companies returned

- object
  - `success` boolean
  - `companies` Company[]
    - `id` string
    - `name` string
    - `description` string, nullable
    - `status` string
    - `websiteUrl` string, nullable
    - `logoUrl` string, nullable
    - `founderName` string, nullable
    - `primaryColor` string, nullable
    - `brandColors` object, nullable
    - `valueProps` object[], nullable
    - `testimonials` object[], nullable
    - `toneVoice` string, nullable
    - `companyContext` string, nullable
    - `emailLengthPreference` string
    - `socialLinks` object, nullable
    - `privacyPolicyUrl` string, nullable
    - `termsUrl` string, nullable
    - `address` string, nullable
    - `createdAt` string, date-time
    - `url` string, uri — Dashboard edit URL for this campaign.
    - `previewUrl` string, uri — Dashboard review/preview URL for this campaign.
    - `language` string
    - `pricing` object, nullable
    - `fontFamily` string, nullable
    - `emailTheme` object, nullable
    - `emailDirection` string
    - `emailLocalizationConfig` object
    - `defaultSenderProfileId` string, nullable
    - `defaultFromName` string, nullable
    - `defaultFromEmail` string, email, nullable
    - `defaultReplyProfileId` string, nullable
    - `defaultReplyToName` string, nullable
    - `defaultReplyToEmail` string, email, nullable
  - `currentCompanyId` string, nullable

## Other responses

- `401` — Unauthorized

## Changes

- **2026-07-12** `d103f2b71fca` — 6 info
  - added the optional property `companies/items/defaultFromEmail` to the response with the `200` status
  - added the optional property `companies/items/defaultFromName` to the response with the `200` status
  - added the optional property `companies/items/defaultReplyProfileId` to the response with the `200` status
  - added the optional property `companies/items/defaultReplyToEmail` to the response with the `200` status
  - …2 more
- **2026-06-23** `fc69ef3a80ab` — 17 info
  - added the optional property `companies/items/address` to the response with the `200` status
  - added the optional property `companies/items/brandColors` to the response with the `200` status
  - added the optional property `companies/items/companyContext` to the response with the `200` status
  - added the optional property `companies/items/description` to the response with the `200` status
  - …13 more
- **2026-05-15** `b040bb8c6608` — 2 info
  - added the optional property `companies/items/previewUrl` to the response with the `200` status
  - added the optional property `companies/items/url` to the response with the `200` status
- **2026-05-11** `ee7b7111c55b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/companies/get.md)

---

[API](https://skmtc.dev/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.dev/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/revisions/d7ea66dede72/schema)
