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>" }
Imports targets from a provided data source
Targets imported successfully