cURL
curl --request POST \ --url https://api.projectdiscovery.io/v1/scans/config \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "config": "<string>", "config_type": "scan", "name": "<string>", "global": true }'
{ "id": "<string>", "message": "<string>" }
Add a new scan configuration
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Example response
The response is of type object.
object
Was this page helpful?