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