Affiliate tracking software to grow your business. Easily create, track and optimize your own affiliate marketing and referral programs with Tapfiliate.
Go to siteimport { 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}`,
},
})
},
})
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,