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" } ]
Note: This endpoint is subject to change and may not be supported in future releases.
Get Campaigns Timeline Event
Campaigns timeline events retrieved successfully
The response is of type object[].
object[]