Skip to content
Start here

URLs

Get URL Intelligence
intel.urls.get(URLGetParams**kwargs) -> URL
GET/accounts/{account_id}/intel/url
ModelsExpand Collapse
class URL:
content_categories: List[ContentCategory]

Content categories associated with this URL.

id: Optional[int]
name: Optional[str]
source_id: Optional[int]
super_category_id: Optional[int]
full_url: str

The full URL that was looked up.

hostname: str

The hostname of the URL.

risk_type: List[RiskType]

Security risk types associated with this URL.

id: Optional[int]
name: Optional[str]
source_id: Optional[int]
super_category_id: Optional[int]
url_path: str

The path component of the URL.