Outbound caller ids
Retrieve a collection of outbound caller ids.
Authorizations
Responses
200
OK
application/json
4XX
Error
get
/user/outbound_caller_idsGET /api/user/outbound_caller_ids HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"items": [
{
"provider_id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"caller_id": "text",
"description": "text"
}
]
}