Skip to main content

List all Global IP Health check types

GET 
/global_ip_health_check_types

List all Global IP Health check types.

Responses

200: Successful response

default: Unexpected error

Request samples


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

Response samples


{
"data": [
{
"record_type": "global_ip_health_check_type",
"health_check_type": "http_status_2xx",
"health_check_params": {
"health_check_params": {
"path": "str",
"port": "int"
}
}
}
]
}