> ## Documentation Index
> Fetch the complete documentation index at: https://api.docs.dealmachine.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Design

> Get a single design by ID

Retrieve a design with its HTML content, preview URLs, and metadata.

<ParamField path="id" type="string" required>Design ID (UUID)</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl https://api.v2.dealmachine.com/v1/mail/designs/design-uuid-123 \
    -H "Authorization: Bearer dm_sk_live_xxx"
  ```
</RequestExample>
