cURL
curl --request POST \ --url https://api.projectdiscovery.io/v1/scans/validate \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "targets": [ "<string>" ], "enumeration_ids": [ { "id": "<string>" } ] }'
{ "unique_asset_to_scan": 123, "total_asset_to_scan": 123 }
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
OK
The response is of type object.
object
Was this page helpful?