PUT
/
api
/
targets
/
{targetId}
/
import
curl --request PUT \
  --url https://api.novasec.io/api/targets/{targetId}/import \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "hosts": [
    "example.com",
    "www.example.com",
    "..."
  ]
}'

Authorizations

X-API-Key
string
headerrequired

Path Parameters

targetId
string
required

Body

application/json
hosts
any[]