Skip to main content
POST
/
v1
/
scans
/
config
/
verify
Verify Config
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>",
  "oauth_config_id": "<string>"
}
'
{
  "is_verified": true,
  "response": "<string>",
  "event": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Body

application/json
config
string
required
config_type
string
oauth_config_id
string

Response

Example response

is_verified
boolean
required
response
string
required
event
object