---
title: "Get email design system"
method: GET
path: "/email-design-system"
tags: ["Email Design System"]
---

# Get email design system

`GET /email-design-system`

Returns the company's effective email design system - the visual identity every AI-generated email (campaigns and sequence steps) renders inside. The identity is stored as the company's emailDesignPrompt direction text; tokens are parsed from that text, with unstated tokens derived deterministically from brand context. isDefault is true while the identity is purely derived.

## Response `200`

Email design system returned

- object
  - `success` boolean
  - `designSystem` EmailDesignSystem — The visual identity every AI-generated email renders inside, parsed from the company's design direction text.
    - `version` integer, required
    - `designCode` object, required — The locked visual grammar applied to every generated email.
      - `version` integer, required
      - `kickerStyle` 'chip' | 'letterspaced' | 'none', required
      - `titleAlignment` 'left' | 'center', required
      - `buttonShape` 'rounded' | 'pill', required
      - `dividerStyle` 'line' | 'space', required
      - `density` 'airy' | 'compact', required
      - `openerTreatments` string[], required
    - `compositionSpine` 'hero-led' | 'editorial' | 'product-spec', required — Which worked-example skeleton anchors email composition.
    - `source` 'derived' | 'custom', required — derived when every token comes from brand derivation; custom when the direction text carries the identity.
  - `directionText` string, nullable — The raw design direction text the tokens were parsed from; null when the company has none yet.
  - `isDefault` boolean — True while the identity is purely derived from brand context.

## Other responses

- `401` — Unauthorized
- `404` — Company not found
- `503` — The database was temporarily unavailable. The request may be retried after the delay in Retry-After.

## Changes

- **2026-08-31** `e1667306c303` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/email-design-system/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/e1667306c303/schema)
