Retrieve Group Tracking Numbers

Retrieving Group Tracking Numbers

You may retrieve a tracking numbers for a Group by sending a request to the following end-point:

GET https://edgeapi.marchex.io/marketingedge/v5/api/groups/{group_id}/numbers

[
    {
        "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,
                        "number_redaction_enabled": false,
                    		"ssn_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,
                        "number_redaction_enabled": false,
                    		"ssn_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"
                    }
                }
            }
        }
    },
]