curl --location --request GET 'https://api.cloudflare.com/client/v4/accounts//addressing/prefixes//delegations'
{
"errors": [],
"messages": [],
"result": [
{
"cidr": "192.0.2.0/24",
"created_at": "2014-01-01T05:20:00.12345Z",
"delegated_account_id": "b1946ac92492d2347c6235b4d2611184",
"id": "d933b1530bc56c9953cf8ce166da8004",
"modified_at": "2014-01-01T05:20:00.12345Z",
"parent_prefix_id": "023e105f4ecef8ad9ca31a8372d0c353"
}
],
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}