Account Phone Numbers
GET {{baseUrl}}/v2/numbers?starts_with=<>&ends_with=<>&contains=<>&limit=<>&offset=<>
Returns a list of all phone numbers currently on your Flowroute account. The response includes details such as the phone number's rate center, state, number type, and whether CNAM Lookup is enabled for that number.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
starts_with | string | Retrieves phone numbers that start with the specified value. | |
ends_with | string | Retrieves phone numbers that end with the specified value. | |
contains | string | Retrieves phone numbers containing 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. |