Get phone numbers list
Accounts be linked to many different phone numbers. To list all phone numbers for a given account, use the Retrieve phones list endpoint.
Sample response
[
{
"area_code":11,
"number":"91234-5678",
"type":"MOBILE",
"extension":"string",
"active":true
}
]
Updated 16 days ago
Did this page help you?