Outbound caller ids
Retrieve a collection of outbound caller ids.
Authorizations
Responses
200
OK
application/json
4XX
Error
get
GET /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"
}
]
}