List project outbound numbers
List outbound phone numbers of your project.
Request | |
---|---|
Method | GET |
Resource | https://[customer].asp.virtual-call-center.eu/v2/projects/outbound_numbers |
Options | N/A |
Body | N/A |
Response | |
Body | Result encoded in JSON |
Request
Resource parameters
Name | Type | Mandatory | Comment |
---|---|---|---|
customer | string | yes | Your account name (subdomain). |
Response
Response object
Name | Type | Comment |
---|---|---|
projectid | integer | Project’s unique identifier. |
status | string | Project status. Possible values: active, inactive |
outbound_number | string | Project outbound phone numbers, comma-separated. |
Example
Request
URL: https://mycc.asp.virtual-call-center.eu/v2/projects/outbound_numbers
Response body
{
"response": [{
"projectid": 123,
"status": "active",
"outbound_number": "12025550158, 12025550113"
}, {
"projectid": 124,
"status": "active",
"outbound_number": "12025550158"
}, {
"projectid": 125,
"status": "active",
"outbound_number": "12025550158"
}, {
"projectid": 126,
"status": "inactive",
"outbound_number": "12025550158"
}, {
"projectid": 127,
"status": "active",
"outbound_number": "12025550158"
}, {
"projectid": 165,
"status": "active",
"outbound_number": "12025550158"
}, {
"projectid": 173,
"status": "active",
"outbound_number": ""
}, {
"projectid": 208,
"status": "active",
"outbound_number": "12025550113, 12025550159, 12025550177"
}, {
"projectid": 308,
"status": "active",
"outbound_number": "3650151151"
}],
"errors": []
}
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.