List all Global IP Health check types
GET/global_ip_health_check_types
List all Global IP Health check types.
Responses
200: Successful response
- application/json
default: Unexpected error
- application/json
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"
}
}
}
]
}
{
"errors": [
{
"code": "string",
"title": "string",
"detail": "string",
"source": {
"pointer": "string",
"parameter": "string"
},
"meta": {}
}
]
}