Retrieve Group Tracking Numbers
Retrieving Number Group Tracking Numbers
You may retrieve a tracking numbers for a Number Group by sending a request to the following end-point:
GET https://api.telmetrics.com/v3/api/groups/{group id}/numbers
Sample Response:
[
{
"id": 9623934,
"group_id": 12539241,
"status": "Active",
"phone_number": "4155793962",
"created_datetime": "2019-11-11T17:10:50.217Z",
"sms_routes": {
"route_type": "None"
},
"call_routes": {
"route_type": "Basic",
"route": {
"id": 31878968,
"termination_number": "4154204047",
"features": {
"call_record": {
"enabled": false,
"notification_file": "51a1de47-681d-4c4e-83f3-4bbf0ca45e6a",
"require_confirmation": false,
"record": true,
"redaction_enabled": false,
"authenticate_call_record_access": false,
"transcription_settings": {
"transcript_enabled": false,
"call_scoring_enabled": false
}
},
"whisper": {
"enabled": false,
"notification_file": "a0f01d0f-6883-496b-955b-f5225e498c98"
}
}
}
}
},
...
{
"id": 9623937,
"group_id": 12539241,
"status": "Active",
"phone_number": "4154292786",
"created_datetime": "2019-11-11T17:13:49.140Z",
"sms_routes": {
"route_type": "None"
},
"call_routes": {
"route_type": "Basic",
"route": {
"id": 31878971,
"termination_number": "4154204047",
"features": {
"call_record": {
"enabled": false,
"notification_file": "51a1de47-681d-4c4e-83f3-4bbf0ca45e6a",
"require_confirmation": false,
"record": true,
"redaction_enabled": false,
"authenticate_call_record_access": false,
"transcription_settings": {
"transcript_enabled": false,
"call_scoring_enabled": false
}
},
"whisper": {
"enabled": false,
"notification_file": "a0f01d0f-6883-496b-955b-f5225e498c98"
}
}
}
}
},
]
Updated almost 4 years ago