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
id
string
required

Unique identifier for the campaign

name
string
required

Name of the campaign

status
enum<string>
required

Note: The usage of this property is subject to change in future implementations. Current status of the campaign

Available options:
scheduled,
launched,
paused,
completed