Skip to main content

List all Global IP Allowed Ports

GET 
/global_ip_allowed_ports

List all Global IP Allowed Ports

Responses

200: Successful response

default: Unexpected error

Request samples


curl -L 'https://api.telnyx.com/v2/global_ip_allowed_ports' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


{
"data": [
{
"id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"record_type": "global_ip_allowed_port",
"protocol_code": "tcp",
"name": "TCP Registered",
"first_port": 1024,
"last_port": 49151
}
]
}