The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I am trying get data from proofpoint using API key.
Has any one done before?
On doc from proofpoint it suggests below :
curl -X GET ^ "https://results_api_domain/api/reporting/v0.1.0/phishing?filter[_campaignstartdate_start]='%campaign...'" -g^ -H "Accept: application/json" ^ -H "x-apikey-token: %accesstoken%" ^ -H "Content-Type: application/json" >phishing.txt
However when I put that on the with API key generated I do not get anything back.
Your help is appricated
Solved! Go to Solution.
It looks like a curl command using GET method. You can use Web connector to query data from the API.
From Get data/New Source > Web, select Advanced in From Web window, then enter information in below input boxes. Please notice that in your example curl command, there are three variables %campaignstart%, %campaignend% and %accesstoken%, you should replace them with valid values.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
HI @Helentekle123
Is it resolved?
I am also trying to do the same But did not get success till now.
It looks like a curl command using GET method. You can use Web connector to query data from the API.
From Get data/New Source > Web, select Advanced in From Web window, then enter information in below input boxes. Please notice that in your example curl command, there are three variables %campaignstart%, %campaignend% and %accesstoken%, you should replace them with valid values.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.