Get company settings
Retrieve settings for the authenticated company
Response
Company settings retrieved 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.