Was this helpful?
Retrieve a collection of outbound caller ids.
/user/outbound_caller_ids
curl -L \ --url 'https://HOSTNAME:8887/api/user/outbound_caller_ids' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "items": [ { "description": "text", "caller_id": "text", "provider_id": "NzAwNTUxOTA5NzczMTQ4MTYw" } ] }