get https://api.phone.com/v4/accounts//extensions//contacts
Each extension at Phone.com can have an address book with any number of contacts.
Show a list of address book contacts.
Log in to see full request history
Responses
Each extension at Phone.com can have an address book with any number of contacts.
Show a list of address book contacts.
xxxxxxxxxx
curl --request GET \
--url 'https://api.phone.com/v4/accounts/voip_id/extensions/extension_id/contacts?offset=0&limit=25&include_subaccounts=0&mode=full' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: