Return a list of phone numbers for a user.
Phone Numbers Routes
List User Phone Numbers Route
GET
Return a list of phone numbers for a user.
Authorizations
Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '
Query Parameters
Optional UUID of the voice agent to filter associated Twilio numbers.
Example:
"d949f13f-40d2-4e48-ac86-b66633070603"
Page number for pagination. Defaults to '1'.
Example:
"1"
Number of items to take for pagination. Defaults to '10'.
Example:
"10"
The type of the phone numbers provider to filter upon.
Available options:
TWILIO, SIP Example:
"TWILIO"