Skip to main content
GET
/
v1
/
identity
/
org
/
warm-transfer
Get the org's warm-transfer settings (bridge webhook URL)
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/identity/org/warm-transfer \
  --header 'x-api-key: <api-key>'
{
  "bridge_webhook_url": "<string>"
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successful Response

GET response: the server-computed bridge webhook URL only.

bridge_webhook_url is the public /twilio/{org_id}/bridge endpoint each bridge number's Twilio Voice webhook points at (set programmatically at import time). Derived from settings.twilio_webhook_base_url + the org ID; None when the base is unset.

bridge_webhook_url
string | null