Skip to main content
GET
/
targets
cURL
curl --request GET \
  --url http://base.url.com/targets \
  --header 'x-phishy-api-key: <api-key>'
[
  {
    "name": "<string>",
    "surname": "<string>",
    "email": "[email protected]",
    "position": "<string>",
    "phone": "<string>",
    "group": "<string>",
    "gender": "male",
    "age": 123
  }
]

Authorizations

x-phishy-api-key
string
header
required

Response

List of targets

name
string
required

First name of the target

surname
string
required

Surname of the target

email
string<email>
required

Email address of the target

position
string
required

Position or role of the target within the organization

phone
string
required

Phone number of the target

group
string | null

Group the target belongs to

gender
enum<string> | null

Gender of the target

Available options:
male,
female,
other
age
integer<int32> | null

Age of the target