cURL
curl --request POST \ --url https://api.projectdiscovery.io/v1/scans/schedule \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "scan_id": "<string>", "scan_frequency": "<string>" } '
{ "message": "<string>" }
set a scan schedule for a user
Example response
Was this page helpful?