The ultimate shopping cart and affiliate management platform, empowering online Entrepreneurs and digital publishers.
Go to sitePayKickStart is an all-in-one ecommerce, subscription and membership platform offering robust analytics and reporting tools. With their powerful and comprehensive API, users can build powerful integrations and automated workflows to optimise their business.
The key features of the PayKickStart API include:
Using the PayKickStart API, businesses have the power to build powerful and scalable ecommerce experiences. Here are some examples of what you can build using the PayKickStart API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
paykickstart: {
type: "app",
app: "paykickstart",
}
},
async run({steps, $}) {
const data = {
"auth_token": `${this.paykickstart.$auth.api_key}`,
"campaign_id": `your_campaign_id_here`,
}
return await axios($, {
method: "post",
url: `https://app.paykickstart.com/api/affiliates/all`,
headers: {
"Content-Type": `application/json`,
},
params: {
auth_token: `${this.paykickstart.$auth.api_key}`,
},
data,
})
},
})
Paykickstart uses API keys for authentication. When you connect your Paykickstart account, Pipedream securely stores the keys so you can easily authenticate to Paykickstart APIs in both code and no-code steps.
To retrieve your API key,
Navigate to your Paykickstart account and sign in