curl --location --request GET 'https://api.cloudflare.com/client/v4/accounts//addressing/prefixes'
{
"errors": [],
"messages": [],
"result": [
{
"account_id": "023e105f4ecef8ad9ca31a8372d0c353",
"advertised": true,
"advertised_modified_at": "2014-01-01T05:20:00.12345Z",
"approved": "P",
"asn": 0,
"cidr": "192.0.2.0/24",
"created_at": "2014-01-01T05:20:00.12345Z",
"description": "Internal test prefix",
"id": "023e105f4ecef8ad9ca31a8372d0c353",
"loa_document_id": "d933b1530bc56c9953cf8ce166da8004",
"modified_at": "2014-01-01T05:20:00.12345Z",
"on_demand_enabled": true,
"on_demand_locked": false
}
],
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}