curl --location --request GET 'https://api.cloudflare.com/client/v4/user/load_balancers/monitors/'
{
"errors": [],
"messages": [],
"result": {
"allow_insecure": true,
"created_on": "2014-01-01T05:20:00.12345Z",
"description": "Login page monitor",
"expected_body": "alive",
"expected_codes": "2xx",
"follow_redirects": true,
"header": {
"Host": [
"example.com"
],
"X-App-ID": [
"abc123"
]
},
"id": "f1aba936b94213e5b8dca0c0dbf1f9cc",
"interval": 60,
"method": "GET",
"modified_on": "2014-01-01T05:20:00.12345Z",
"path": "/health",
"port": 0,
"retries": 2,
"timeout": 5,
"type": "https"
},
"success": true
}