/
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 9h ago
View markdown
oneloop-hq
Feather API
put
Update current organization
5a5597ebb2d6
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-12
617
884
2.7 MB
analytics
110
ask-feather
12
assistants
41
billing
3
communication
12
conversation-exports
4
conversations
17
email
7
email-drafts
6
evals
19
extraction-schemas
4
extractions
3
hitl
10
identity
28
get
Get the current caller's identity, role, and KB clearance
get
Get current organization
put
Update current organization
get
Get the org-level memory toggle
put
Enable/disable all memory recall and ingestion for the org
get
Get the org-level post-call extraction toggle
put
Enable/disable post-call structured extraction for the org
get
Get the org's warm-transfer settings (bridge webhook URL)
get
List the org's warm-transfer bridge numbers
post
Import a Twilio number as a warm-transfer bridge number
delete
Delete a bridge number (clears its Twilio webhook, then drops the row)
post
Re-apply the current /twilio/{org_id}/bridge webhook URL to all bridge numbers
get
List organization members
get
Look up an end user by channel + external_id (read-only, no mutation)
post
Resolve a channel source to an end user (upsert — creates if not found)
get
List end users for the organization (optionally filter by org_external_end_user_id)
get
Get an end user with their contacts
put
Update an end user (merge-on-conflict requires ?allow_merge=true)
delete
Delete an end user and all associated data
post
Attach a verified contact to an end user
get
List identity review requests for the organization
get
Get a single identity review request
post
Approve a MERGE review request and execute the merge
post
Approve an UPDATE review request and add the proposed contact
post
Reject a review request
get
List API keys for the current organization
post
Create an API key. The plain-text key is returned exactly once.
delete
Revoke an API key
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
identity
Update current organization
put
/v1/identity/org
Request body
OrganizationUpdate
required
settings
OrgSettings
Typed schema for Organization.settings JSON column.
Response
Successful Response
OrganizationResponse
required
id
string
uuid
required
clerk_org_id
string
required
name
string
required
slug
string
nullable
required
settings
OrgSettings
required
Typed schema for Organization.settings JSON column.
is_active
boolean
required
created_at
string
date-time
required
updated_at
string
date-time
required