Skip to main content
PUT
Update a caller pool number
Change a number’s label or its active state.
Authentication required
  • X-Auth-ID β€” your Vobiz account ID
  • X-Auth-Token β€” your Vobiz auth token
string
required
Your Vobiz account ID. Use the same value in X-Auth-ID.
string
required
Your Vobiz account ID, for example MA_XXXXXXXX.
string
required
The pool campaign that owns the number.
string
required
ID of the pool number, returned by Add pool numbers.
string
Human-readable label, maximum 100 characters.
boolean
Set to false to exclude the number from future selection while keeping its history.
The pool can be edited only while the campaign is draft or ready. Add, update, and delete return 409 while it is running, paused, or queued.

Example

cURL
Disabling excludes the number from future selection without removing its call history, so its total_calls and daily_calls counters remain readable through List pool numbers.