Skip to main content
PUT
Update the org's allowed-countries list

Authorizations

x-api-key
string
header
required

Body

application/json
allowed_countries
string[] | null
auto_send_email_enabled
boolean | null
auto_send_platform_templates
boolean | null
prior_session_max_count
integer | null
Required range: x >= 1
prior_session_window_days
integer | null
Required range: x >= 1
prior_session_cross_channel
boolean | null
closed_thread_notice_template
string | null
Minimum string length: 1

Response

Successful Response

id
string<uuid>
required
organization_id
string<uuid>
required
allowed_countries
string[]
required
auto_send_email_enabled
boolean
required
auto_send_platform_templates
boolean
required
prior_session_max_count
integer
required
prior_session_window_days
integer
required
prior_session_cross_channel
boolean
required
closed_thread_notice_template
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required