---
title: "How Do I See What RPZ Feeds I Have Access to With My Cloud Services Portal License?"
canonical: "https://docs.infoblox.com/space/BloxOneThreatDefense/35433279/How%20Do%20I%20See%20What%20RPZ%20Feeds%20I%20Have%20Access%20to%20With%20My%20Cloud%20Services%20Portal%20License%3F"
format: markdown
---
All Python examples provided in this guide were scripted using Python 3.0. How do I see what RPZ feeds I have access to with my Infoblox Portal License? To view what RPZ feeds you have access to with your Infoblox Portal license, run the /tide/api/entitlements/feeds API call. The API response will provide you with a list of RPZ feeds your account has permission to view. Please note, entitlements vary based on entitlement.  {   "allow":true,   "feeds":   [     "antimalware",     "antimalware-ip",     "base",     "bogon",     "cryptocurrency",     "dhs-ais-domain",     "dhs-ais-ip",     "eecn-ip",     "etiqrisk",     "etiqrisk-ip",     "ext-antimalware-ip",     "ext-base-antimalware",     "ext-ransomware",     "farsightnod",     "ib-extreme-block",     "ib-extreme-log",     "ib-high-block",     "ib-high-log",     "ib-low-block",     "ib-low-log",     "ib-med-block",     "ib-med-log",     "infoblox-base",     "infoblox-base-ip",     "infoblox-high-risk",     "infoblox-informational",     "infoblox-low-risk",     "infoblox-med-risk",     "malware-dga",     "noed",     "public-doh",     "public-doh-ip",     "ransomware",     "sanctions-high",     "sanctions-ip",     "sanctions-med",     "spambot-dnsbl-ip",     "suspicious",     "suspicious-lookalikes",     "suspicious-noed",     "tor-exit-node-ip"   ] } Back