---
title: "List workspace signer terms"
method: GET
path: "/workspace/{workspace_id}/signer-terms"
tags: ["Signer Terms"]
---

# List workspace signer terms

`GET /workspace/{workspace_id}/signer-terms`

Retrieve all custom signer terms for a workspace

## Path parameters

- `workspace_id` string, uuid, required

## Response `200`

Workspace 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', 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
- `404` — Not Found - Resource does not exist
- `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)
