Was this helpful?
Retrieve a collection of outbound caller ids.
GET /api/user/outbound_caller_ids HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
{ "items": [ { "provider_id": "NzAwNTUxOTA5NzczMTQ4MTYw", "caller_id": "text", "description": "text" } ] }