Skip to content
Start here

URLs

Get URL Intelligence
client.intel.urls.get(URLGetParams { account_id, url } params, RequestOptionsoptions?): URL { content_categories, full_url, hostname, 2 more }
GET/accounts/{account_id}/intel/url
ModelsExpand Collapse
URL { content_categories, full_url, hostname, 2 more }
content_categories: Array<ContentCategory>

Content categories associated with this URL.

id?: number
name?: string
source_id?: number
super_category_id?: number
full_url: string

The full URL that was looked up.

hostname: string

The hostname of the URL.

risk_type: Array<RiskType>

Security risk types associated with this URL.

id?: number
name?: string
source_id?: number
super_category_id?: number
url_path: string

The path component of the URL.