Tapfiliate

Affiliate tracking software to grow your business. Easily create, track and optimize your own affiliate marketing and referral programs with Tapfiliate.

Go to site
Explore
/
Apps
/
Tapfiliate

Tapfiliate API Integrations

Build and run workflows using the Tapfiliate 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: {
    tapfiliate: {
      type: "app",
      app: "tapfiliate",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.tapfiliate.com/1.6/affiliates/`,
      headers: {
        "X-Api-Key": `${this.tapfiliate.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with Tapfiliate API

1
-
12
of
1000+
apps by most popular

Authentication

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

To retrieve your API key,

  • Navigate to your Tapfiliate account and sign in
  • Go to “Profile Settings” > “API key”