cURL
curl --request POST \ --url https://api.portalhq.io/api/v3/clients/me/integrations/hypernative/url/scan \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>" } '
{ "data": { "rawResponse": { "isMalicious": true, "deepScanTriggered": true } } }
Scans a URL for phishing or malicious content using Hypernative.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
The URL to scan.
Scan completed successfully
Show child attributes
Was this page helpful?