Adding the SecTeer VulnDetect API as a data source in Microsoft Power BI
-
-
In the Microsoft Power BI window, click on Get Data -> Web.
-
Click on "Advanced".
-
Fill in "URL parts" and "HTTP request header parameters".
Here's an example of fetching a list of applications:
-
URL Parts:
https://corporate.vulndetect.com/api/corporate/v1/applications -
HTTP request header parameters:
Authorization=Bearer <API Token> (ex. cdb99e99-dbaf-46a6-9988-be64630afde5)
AcceptEncoding=gzip
Please see more on our API documentation, page 10, where instead of fetching a list of applications as shown above, you can find how to fetch a list of agents or request an inspection, etc.:
https://secteer.com/Corporate_API -
-