Skip to main content

List all Global IP Protocols

GET 
/global_ip_protocols

List all Global IP Protocols

Responses

200: Successful response

default: Unexpected error

Request samples


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

Response samples


{
"data": [
{
"record_type": "global_ip_protocol",
"code": "tcp",
"name": "TCP"
}
]
}