List your Trunk Groups

List all the Trunk Groups and their locations you have connectivity into in order to receive calls from the network.

Request

Endpoint: /api/numbers/trunk-groups
Method: GET
Headers: Accept: application/vnd.cloudlx.v1+json
Authorization: Bearer <access_token>

Response

                                
    [{
        "Id": 14,
        "Name": "MyTelecom 1 | 5",
        "Location": "London"
    }, {
        "Id": 15,
        "Name": "MyTelecom 1 | 1",
        "Location": "New York City"
    }]
                                
                            
Id Description The Infiny ID for the Trunk Group. This is used in other API calls in order to reference the Trunk Group.
Type Integer
Example 14
Name Description The Epsilon given name for your Trunk Group on their network. This is for reference only.
Type String
Example MyTelecom 1 | 5
Location Description The geographic location name of the Trunk Group.
Type String
Example London SBC

Back to top