Skip to main content
POST
/
v1
/
identity
/
org
/
bridge-numbers
/
reprovision
Re-apply the current /twilio/{org_id}/bridge webhook URL to all bridge numbers
curl --request POST \
  --url https://api-sandbox.featherhq.com/v1/identity/org/bridge-numbers/reprovision \
  --header 'x-api-key: <api-key>'
[
  {
    "phone_e164": "<string>",
    "configured": true,
    "detail": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successful Response

phone_e164
string
required
configured
boolean
required
detail
string | null