PartnerStack (Partner API)

PartnerStack does more than manage your partnerships — it builds new revenue channels by empowering every partner to succeed.

Go to site
Explore
/
Apps
/
PartnerStack (Partner API)

PartnerStack (Partner API) API Integrations

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

Overview

What Can You Build with PartnerStack (Partner API)?

PartnerStack provides an API that allows developers to easily integrate the power of partnerships into their products. With the Partner API, developers can create various kinds of integrations to help drive products, strengthen partnerships, and create comprehensive marketing campaigns. Below are a few examples of what you can build with the Partner API.

Examples

  • Create targeted referral programs
  • Automate partners onboarding
  • Create a partner portal to manage partnerships
  • Construct loyalty programs to reward your customers and partners
  • Develop cross-sell campaigns
  • Develop integrated promotion campaigns
  • Provide a network of leads to increase customer acquisition
  • Track, reward and leverage influencers
  • Analyze partnership performance and ROI
  • Integrate partners using API's and Webhooks
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    partnerstack: {
      type: "app",
      app: "partnerstack",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.partnerstack.com/api/v2/partnerships`,
      headers: {
        Authorization: `Bearer ${this.partnerstack.$auth.api_key}`,
        "Accept": `application/json`,
      },
    })
  },
})

Authentication

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

You can find your API keys by logging in to your Partner dashboard and navigating to "Settings" -> "API". Click the Reveal button to expose the API key.