/
ON
oneloop-hq
/
Feather API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 7d ago
View markdown
oneloop-hq
Feather API
put
Update the org's allowed-countries list
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-12
617
884
2.7 MB
5a5597ebb2d6
analytics
110
ask-feather
12
assistants
41
billing
3
communication
12
get
List org phone numbers
post
Register an org phone number
get
Get a phone number by id (org-scoped)
delete
Retire a phone number (soft, default) or hard-delete (force=true, internal only)
patch
Update a phone number
post
Restore a retired phone number to active
get
List channel bindings for a phone number
post
Bind an agent or team to a channel on a phone number
delete
Remove a channel binding
put
Replace the full binding set for a channel on a phone number
get
Get the org's compliance settings (creates default on first read)
put
Update the org's allowed-countries list
conversation-exports
4
conversations
17
email
7
email-drafts
6
evals
19
extraction-schemas
4
extractions
3
hitl
10
identity
28
integrations
17
knowledge-base
29
knowledge-base-acl
6
knowledge-base-audit
6
knowledge-base-connectors
12
knowledge-base-evals
13
knowledge-base-governance
4
knowledge-gap-analytics
9
library
12
mcp-chat
2
memory
4
mocks
16
model-router
10
notifications
19
personas
7
policies
22
privacy
5
retention-policies
4
scenarios
7
sessions
1
sim_suites
15
simulation_runs
6
sms
5
teams
15
tools
17
voice
40
webchat
10
webhooks
2
workflow-playground
4
workflows
22
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