{
"destination_conf": "s3://mybucket/logs?region=us-west-2"
}
curl --location --request POST 'https://api.cloudflare.com/client/v4/zones//logpush/validate/destination/exists' \
--header 'Content-Type: application/json' \
--data-raw '{
"destination_conf": "s3://mybucket/logs?region=us-west-2"
}'
{
"errors": [],
"messages": [],
"result": {
"exists": false
},
"success": true
}