Referral software for B2C, FinTech, and SaaS. Our customers see 312% ROI, 30% new leads, 15% ARR growth from referrals.
Go to siteGrowsurf API lets you run powerful referral programs. With referral programs, you can reward your users for referring new users to your product or service. You can use the API to create and manage your referral programs, track referrals, and pay out rewards.
Here are some examples of what you can build with the Growsurf API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
growsurf: {
type: "app",
app: "growsurf",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.growsurf.com/v2/campaigns`,
headers: {
Authorization: `Bearer ${this.growsurf.$auth.api_key}`,
},
})
},
})
Growsurf uses API keys for authentication. When you connect your Growsurf account, Pipedream securely stores the keys so you can easily authenticate to Growsurf APIs in both code and no-code steps.
To retrieve your API key,