POST
/
v1
/
scans
/
config
/
verify
curl --request POST \
  --url https://api.projectdiscovery.io/v1/scans/config/verify \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "config": "<string>",
  "config_type": "<string>"
}'
{
  "is_verified": true,
  "response": "<string>"
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Body

application/json

Response

200
application/json

Example response

The response is of type object.