Kyvio's mission is to facilitate and accelerate the global society switch from a knowledge economy to an entrepreneurial economy by helping ppl to get started
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
kyvio: {
type: "app",
app: "kyvio",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://${this.kyvio.$auth.subdomain}.kyvio.com/api/v1/subscribers`,
headers: {
Authorization: `Bearer ${this.kyvio.$auth.api_key}`,
},
})
},
})
Kyvio uses API keys for authentication. When you connect your Kyvio account, Pipedream securely stores the keys so you can easily authenticate to Kyvio APIs in both code and no-code steps.
To retrieve your API Key,
Your subdomain is 1234
if your Kyvio dashboard URL is https://1234.kyvio.com/panel/dashboard