Pull data from the Proofpoint ZenGuide Results API
Last updated
Was this helpful?
Was this helpful?
withTemporalWindow: true
temporalWindow:
duration: 24h
offset: 24h
tz: UTC
format: "2006-01-02T15:04:05"
withAuthentication: false
withEnumerationPhase: false
collectionPhase:
paginationType: "page"
isZeroIndex: false
pageSize: 100
request:
responseType: json
method: "GET"
url: "https://results.us.securityeducation.com:443/api/reporting/v0.3.0/phishalarm"
headers:
- name: x-apikey-token
value: ${secrets.x-apikey-token}
queryParams:
- name: filter[_includearchivecampaigns]
value: "TRUE"
- name: filter[_receiveddate_start]
value: ${temporalWindow.from}
output:
select: ".data"
map: "."
outputMode: "element"