Request URL Scan
Triggers a URL scan. Results can be retrieved using the Get Scan Report action or by setting a callback URL.
Basic Parameters
Parameter | Description |
---|---|
Path | The URL to be scanned. |
Advanced Parameters
Parameter | Description |
---|---|
Callback Headers | Headers for the callback_url. For example, can be used for authentication. |
Callback Params | Additional parameters to be sent to the callback_url. |
Callback URL | The URL the system will send its response to. |
User Agent String | A User Agent string the URL will be scanned with. |
User Location | The user location (USA, Europe, etc). |
Example Output
{
"scan_id": 123456,
"callback_params": {
"key1": "value1",
"key2": "value2"
}
}
Workflow Library Example
Request Url Scan with Perception Point and Send Results Via Email
Preview this Workflow on desktop