Security analytics platform, gives you the answers needed to find, manage, and reduce risk.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
rapid7_insight_platform: {
type: "app",
app: "rapid7_insight_platform",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://us.api.insight.rapid7.com/validate`,
headers: {
"X-Api-Key": `${this.rapid7_insight_platform.$auth.api_key}`,
},
})
},
})
Rapid7 Insight Platform uses API keys for authentication. When you connect your Rapid7 Insight Platform account, Pipedream securely stores the keys so you can easily authenticate to Rapid7 Insight Platform APIs in both code and no-code steps.
To retrieve your API Keys,