Update company settings
Update company settings. Only provided fields will be updated.
Request body
Default signing request expiration in hours
Whether signers must accept terms before signing
Show a QR code on the signing page that lets signers continue on their phone. This is the company-level default; workspaces, templates, and signing requests can override it.
Company-level default heading for the completion page shown after signing. Null (or an empty string) clears the company default.
Company-level default body text for the completion page shown after signing. Null (or an empty string) clears the company default.
Company-level default URL the signer is redirected to from the completion page. Must use https://. Null (or an empty string) clears the company default.
Company-level default number of seconds the completion page waits before redirecting (0 redirects immediately). Null clears the company default.
IANA timezone identifier (e.g. "Europe/Paris", "America/New_York"). Set to null to reset to UTC.
Default language for company emails and certificates.
Example request
{
"default_timezone": "Europe/Paris",
"language": "en"
}Response
Company settings updated successfully
Show a QR code on the signing page that lets signers continue on their phone. This is the company-level default; workspaces, templates, and signing requests can override it.
Company-level default heading for the completion page shown after signing. Workspaces, templates, and signing requests can override it. Null means no company default, so the built-in translated heading is used.
Company-level default body text for the completion page shown after signing. Workspaces, templates, and signing requests can override it. Null means no company default, so the built-in translated message is used.
Company-level default URL the signer is redirected to from the completion page. Must use https://. Workspaces, templates, and signing requests can override it. Null means no redirect unless a lower level sets one.
Company-level default number of seconds the completion page waits before redirecting (0 redirects immediately). Only applies when a redirect URL resolves; the page falls back to 5 seconds when no level sets a delay.
IANA timezone identifier used as the company-wide default for certificates and email timestamps.
Default language for company emails and certificates.
Example response
{
"default_timezone": "Europe/Paris",
"language": "en"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.