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

Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team

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
id
string
required
config
string
required
config_type
enum<string>
required
Available options:
scan,
reporting,
template,
alerting,
cloudlist
name
string
required
created_at
string
required
updated_at
string
required
read_only
boolean
global
boolean
provider_name
string