---
title: "List company email templates"
method: GET
path: "/company/email-templates"
tags: ["Email Templates"]
---

# List company email templates

`GET /company/email-templates`

Retrieve all custom email templates at the company level. Company templates serve as defaults for all workspaces that don't have workspace-specific templates.

## Response `200`

Company email templates retrieved successfully

- CompanyEmailTemplateListResponse — List of company email templates
  - `results` EmailTemplate[], required
    - `id` string, uuid — Unique identifier for the email template
    - `email_type` 'signing_invite' | 'next_signer' | 'signing_expired' | 'signing_cancelled' | 'signing_declined', required — Type of email this template is for
    - `subject` string, required — Email subject line
    - `body` string, required — Email body (HTML). Supports placeholders like {{signing_link}}, {{signer_name}}, etc.
    - `created_at` string, date-time — Template creation timestamp
    - `updated_at` string, date-time — Template last update timestamp

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `429` — Too Many Requests - Rate limit exceeded

---

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