GET
/
v1
/
scans
/
config
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

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

200
application/json
OK

The response is of type object[].