/
ON
oneloop-hq
/
Feather API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-06-30
491
704
2.1 MB
communication
Update the org's allowed-countries list
put
/v1/communication/compliance
Request body
ComplianceUpdate
required
allowed_countries
string[]
nullable
auto_send_email_enabled
boolean
nullable
auto_send_platform_templates
boolean
nullable
prior_session_max_count
integer
nullable
prior_session_window_days
integer
nullable
prior_session_cross_channel
boolean
nullable
closed_thread_notice_template
string
nullable
Response
Successful Response
ComplianceResponse
required
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