Skip to main content

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

ParameterDescription
PathThe URL to be scanned.

Advanced Parameters

ParameterDescription
Callback HeadersHeaders for the callback_url. For example, can be used for authentication.
Callback ParamsAdditional parameters to be sent to the callback_url.
Callback URLThe URL the system will send its response to.
User Agent StringA User Agent string the URL will be scanned with.
User LocationThe 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

Workflow LibraryPreview this Workflow on desktop