Rapid7 Insight Platform

Security analytics platform, gives you the answers needed to find, manage, and reduce risk.

Go to site
Explore
/
Apps
/
Rapid7 Insight Platform

Rapid7 Insight Platform API Integrations

Build and run workflows using the Rapid7 Insight Platform API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { 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}`,
      },
    })
  },
})

Choose an API to Connect with Rapid7 Insight Platform API

1
-
12
of
1000+
apps by most popular

Authentication

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,

  • Navigate to your Rapid7 Insight Platform account and sign in
  • Click the Gear icon on the top right
  • Go to “API Keys”