Search for Purchasable Phone Numbers
GET {{baseUrl}}/v2/numbers/available?starts_with=<>&contains=<>&ends_with=<>&limit=<>&offset=<>&rate_center=<>&state=<>
This endpoint lets you search for phone numbers by state or rate center, or by your specified search value.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
starts_with | string | Retrieves phone numbers that start with the specified value. | |
contains | string | Retrieves phone numbers containing the specified value. | |
ends_with | string | Retrieves phone numbers that end with the specified value. | |
limit | string | The number of MDRs to retrieve at one time. You can set as high of a number as you want, but the number cannot be negative and must be greater than 0 (zero). | |
offset | string | The number of MDRs to skip when performing a query. The number must be 0 (zero) or greater, but cannot be negative. | |
rate_center | string | Filters by and displays phone numbers in the specified case-insensitive abbreviated rat e center, not the full name as differentiated in the <a href="https://www.nationalpooling.com/reports/NPA-RateCent erReports/index.htm" target="_blank">NPA Rate Center Reports</a>. | |
state | string | Filters by and displays phone numbers in the specified case-insensitive abbreviated rat e center, not the full name as differentiated in the <a href="https://www.nationalpooling.com/reports/NPA-RateCent erReports/index.htm" target="_blank">NPA Rate Center Reports</a>. |