GET
/
campaigns
/
timeline
/
{id}
cURL
curl --request GET \
  --url http://base.url.com/campaigns/timeline/{id} \
  --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 timeline events retrieved successfully

The response is of type object[].