GET
/
campaigns
/
events
/
{id}
/
{event}
curl --request GET \
  --url http://base.url.com/campaigns/events/{id}/{event} \
  --header 'x-phishy-api-key: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "status": "scheduled"
  }
]

Authorizations

x-phishy-api-key
string
header
required

Response

200
application/json

Campaigns events retrieved successfully

The response is of type object[].