Phone Numbers
List Account Phone Numbers
Retrieve all phone numbers purchased and assigned to your Vobiz account - capabilities, billing, status, and application assignments across 130+ countries.
GET
List phone numbers
Authentication required:
X-Auth-ID- Your Auth ID (e.g.,{auth_id})X-Auth-Token- Your account Auth TokenContent-Type: application/json
Query Parameters
The request and response both use
page and per_page. The limit and offset parameters do not control pagination for this endpoint.from_date and to_date are not supported filters for this endpoint. Use search to filter by phone number.Request
cURL
Search owned numbers
Use--data-urlencode to preserve the leading + in an E.164 number. Writing a raw + in a query string can decode as a space.
cURL
Response Example
Success Response (200 OK)
Response Structure:
- items: Array of phone number objects purchased by your account
- page: Current page number
- per_page: Number of items per page
- total: Total count of purchased phone numbers
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Query Parameters
Page number, starting at 1
Required range:
x >= 1Number of phone numbers to return per page
Required range:
x >= 1Filter by phone number. Include the country code and URL-encode a leading plus sign.
Example:
"+919876543210"