set a scan schedule for a user
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>" }
Was this page helpful?