Skip to main content
POST
/
targets
/
import
cURL
curl --request POST \
  --url http://base.url.com/targets/import \
  --header 'Content-Type: application/json' \
  --header 'x-phishy-api-key: <api-key>' \
  --data '"<array>"'
{
  "error": 123,
  "message": "<string>"
}

Authorizations

x-phishy-api-key
string
header
required

Body

application/json

Response

Targets imported successfully