cURL
curl --request GET \ --url https://api.projectdiscovery.io/v1/scans/scan_ips \ --header 'X-API-Key: <api-key>'
{ "ips": [ { "ip": "<string>" } ] }
Get list of static IPs used for scan
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
The response is of type object.
object
Was this page helpful?