---
title: "List company signer terms"
method: GET
path: "/company/signer-terms"
tags: ["Signer Terms"]
---

# List company signer terms

`GET /company/signer-terms`

Retrieve all company-level signer terms. Company signer terms serve as defaults for workspaces without workspace-specific signer terms.

## Response `200`

Company signer terms retrieved successfully

- SignerTermsListResponse — List of signer terms by language
  - `terms` SignerTerms[], required
    - `language` 'en' | 'es' | 'it' | 'pt' | 'fr' | 'de' | 'el' | 'ru' | 'pl' | 'cs' | 'sv' | 'nl' | 'ro' | 'nb' | 'ca', required
    - `statement_text` string, required — Sanitized HTML consent statement
    - `terms_url` string, uri, nullable — Optional external terms link
    - `updated_at` string, date-time

## Other responses

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

## Changes

- **2026-09-17** `369590c8c416` — 1 warning
  - added the new `ca` enum value to the `terms/items/language` response property for the response status `200`

[Change history](https://skmtc.dev/firma/apis/firma-partner-api/changes/company/signer-terms/get.md)

---

[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.dev/firma/apis/firma-partner-api/revisions/369590c8c416?raw)
