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

KeyDatatypeRequiredDescription
starts_withstringRetrieves phone numbers that start with the specified value.
ends_withstringRetrieves phone numbers that end with the specified value.
containsstringRetrieves phone numbers containing the specified value.
limitstringThe 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).
offsetstringThe number of MDRs to skip when performing a query. The number must be 0 (zero) or greater, but cannot be negative.