Bulk update phone numbers
Applies the same changes to every listed phone number. Only the provided fields are changed. Destination and SMS callback changes are applied asynchronously and may not be reflected in the response immediately.
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Body
A single patch applied to every listed phone number. All mutable fields are optional.
Numbers (by ID) to apply the patch to. The same patch is applied to every listed number.
[123, 456]Indicates whether SMS is enabled for the phone numbers.
true
Inbound call routing destinations for the phone numbers.
Callback URL for inbound messages.
"https://your-site.com/sms"
Indicates whether call recording is enabled.
true
Indicates whether call transcription is enabled.
true
Minimum call duration in seconds before transcription runs.
30
Callback URL for call status updates.
"https://your-site.com/calls"
Response
Returns the updated phone numbers.
The updated phone numbers.