curl --location --request GET 'https://api.cloudflare.com/client/v4/zones//web3/hostnames'
{
"errors": [],
"messages": [],
"result": [
{
"created_on": "2014-01-01T05:20:00.12345Z",
"description": "This is my IPFS gateway.",
"dnslink": "/ipns/onboarding.ipfs.cloudflare.com",
"id": "023e105f4ecef8ad9ca31a8372d0c353",
"modified_on": "2014-01-01T05:20:00.12345Z",
"name": "gateway.example.com",
"status": "active",
"target": "ipfs"
}
],
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}