Retrieve a collection of outbound caller ids.
OK
A collection of outbound caller IDs.
const response = await fetch('http://127.0.0.1:8888/api/user/outbound_caller_ids', { method: 'GET', headers: {}, }); const data = await response.json();
{ "items": [ { "provider_id": {}, "caller_id": {}, "description": "text" } ] }