QuestionPro

Advancing research for everyone.

Go to site
Explore
/
Apps
/
QuestionPro

QuestionPro API Integrations

Build and run workflows using the QuestionPro 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: {
    questionpro: {
      type: "app",
      app: "questionpro",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.questionpro.$auth.environment}.questionpro.com/a/api/v2/organizations/4734262`,
      params: {
        apiKey: `${this.questionpro.$auth.api_key}`,
      },
    })
  },
})

Authentication

QuestionPro uses API keys for authentication. When you connect your QuestionPro account, Pipedream securely stores the keys so you can easily authenticate to QuestionPro APIs in both code and no-code steps.

To retrieve your API key,
Navigate to your QuestionPro account and sign in

  • Click Surveys on the top left and then select a survey.
  • Go to Integration > API

To set your environment, view the data center for your account:
Navigate to your QuestionPro account and sign in

  • Click on the My Account icon on the top-right corner.
  • At the bottom of the My Account dropdown, you can see the datacenter for your QuestionPro account.