List phone numbers
Accounts be linked to many different phone numbers. To list all phone numbers for a given account, use the List phones endpoint.
Sample response
[
{
"area_code":11,
"number":"91234-5678",
"type":"MOBILE",
"extension":"string",
"active":true
}
]
Updated about 2 months ago