Get workspace settings
Retrieve workspace settings
Authorizations
API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.
Path Parameters
Response
Workspace settings retrieved successfully
Workspace name
Workspace contact email
Workspace timezone
Workspace language for email templates
en, es, it, pt, fr, de, el, ru, pl Custom email header text
Custom HTML email body
Whether to display credit cost in embedded template and signing request editors
Whether signers must verify their email via OTP before accessing documents. null = inherit from company setting, true = require OTP, false = do not require OTP
Whether signers must accept terms before signing. null inherits the company-level setting.
Disable automatic scrolling to the next required field during signing. Inherits from workspace or company if not set.
Whether to render a visual frame with Signature ID around signatures in completed PDFs. null = inherit from company setting (default enabled), true = show frame, false = hide frame
Primary color override (#rrggbb hex). Null to inherit from company.
"#2563eb"
Primary foreground color override. Null to inherit.
"#ffffff"
Background color override. Null to inherit.
"#0f172a"
Foreground/text color override. Null to inherit.
"#ffffff"
Card background color override. Null to inherit.
"#22222a"
Border color override. Null to inherit.
"#3b3b3b"
Editor chrome accent color. Null to inherit.
"#34eeff"
Foreground color on accent surfaces. Null to inherit.
"#000000"
Editor document-canvas surround color. Null to inherit.
"#0f1419"
Muted surface color. Null to inherit.
"#22222a"
Muted text color. Null to inherit.
"#b8b8b8"
The local-part (before the @) of the sender email address. Null to inherit from company setting. Only applies when a verified custom domain is configured.
1 - 64^[a-z0-9]([a-z0-9._-]*[a-z0-9])?$"signatures"
Show an IN PROGRESS watermark on partial PDF downloads when not all signers have completed. Inherits from company settings when null.
Allow signers to download the original document before signing. Inherits from company settings when null.
Show a QR code on the signing page that allows signers to continue on their phone. Inherits from company settings when null.
Per-language custom button labels for the signing view. Keys are language codes (en, de, etc.), values are objects mapping translation keys to custom text. Set to null to use defaults.
{
"en": {
"common.finish": "Confirm",
"signing.decline.confirm": "I Refuse"
},
"de": { "common.finish": "Bestätigen" }
}