Parameter | Description |
---|---|
Path | The URL to be scanned. |
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). |
{
"scan_id": 123456,
"callback_params": {
"key1": "value1",
"key2": "value2"
}
}
Was this page helpful?