cURL
curl --request GET \ --url https://api.projectdiscovery.io/v1/scans/config/exclude \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": 123, "value": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
Get excluded templates
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Example response
The response is of type object.
object
Was this page helpful?