Skip to main content
PUT
Update company settings

Authorizations

Authorization
string
header
required

API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.

Body

application/json
default_expiration_hours
integer

Default signing request expiration in hours

Required range: x >= 1
require_terms_acceptance
boolean

Whether signers must accept terms before signing

show_custom_branding_only
boolean
require_otp_verification
boolean
allow_presigning_download
boolean
disable_guided_navigation
boolean
show_signature_frame
boolean
show_partial_watermark
boolean
email_local_part
string
color_primary
string | null
Pattern: ^#[0-9A-Fa-f]{6}$
color_primary_fg
string | null
Pattern: ^#[0-9A-Fa-f]{6}$
color_background
string | null
Pattern: ^#[0-9A-Fa-f]{6}$
color_foreground
string | null
Pattern: ^#[0-9A-Fa-f]{6}$
color_card
string | null
Pattern: ^#[0-9A-Fa-f]{6}$
color_border
string | null
Pattern: ^#[0-9A-Fa-f]{6}$

Response

Company settings updated successfully

default_expiration_hours
integer
Required range: x >= 1
require_terms_acceptance
boolean
show_custom_branding_only
boolean
require_otp_verification
boolean
allow_presigning_download
boolean
disable_guided_navigation
boolean
show_signature_frame
boolean
show_partial_watermark
boolean
email_local_part
string
color_primary
string | null
color_primary_fg
string | null
color_background
string | null
color_foreground
string | null
color_card
string | null
color_border
string | null