GET
/
v1
/
scans
/
config
Get Configs List
curl --request GET \
  --url https://api.projectdiscovery.io/v1/scans/config \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": "<string>",
    "config": "<string>",
    "config_type": "scan",
    "name": "<string>",
    "read_only": true,
    "global": true,
    "provider_name": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Query Parameters

type
enum<string>

filter by the type of config

Available options:
scan,
reporting,
template,
alerting,
cloudlist,
subfinder,
remediation,
vuln_score

search by config name

limit
integer

The numbers of items to return

offset
integer

The number of items to skip before starting to collect the result set

Response

OK

id
string
required
config
string
required
config_type
enum<string>
required
Available options:
scan,
reporting,
template,
alerting,
cloudlist,
subfinder
name
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
read_only
boolean
global
boolean
provider_name
string