A new way to acquire, engage, monetize and retain website visitors and subscribers.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
aimtell: {
type: "app",
app: "aimtell",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.aimtell.com/prod/sites/`,
headers: {
"X-Authorization-Api-Key": `${this.aimtell.$auth.api_key}`,
},
})
},
})
Aimtell uses API keys for authentication. When you connect your Aimtell account, Pipedream securely stores the keys so you can easily authenticate to Aimtell APIs in both code and no-code steps.
To retrieve your API Keys,