Launch your online business on Knorish to create, sell and market onlinecourses, memberships & downloads with our all-in-one cloud-enabled onlineplatform.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
knorish: {
type: "app",
app: "knorish",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.knorish.com/publisher/v1.0/user/GetUsers`,
headers: {
"x-appid": `${this.knorish.$auth.app_id}`,
"x-appkey": `${this.knorish.$auth.api_key}`,
},
})
},
})
Emit new event when a bundle is purchased by user. See the documentation
Emit new event when a new signup or registration happens on your site. See the documentation
Add a specific user to a specific course on your Knorish site. See the documentation
Knorish uses API keys for authentication. When you connect your Knorish account, Pipedream securely stores the keys so you can easily authenticate to Knorish APIs in both code and no-code steps.
To retrieve your App ID and API Key,