import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
sidetracker: {
type: "app",
app: "sidetracker",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://app.sidetracker.io/api/lists`,
headers: {
"Authorization": `${this.sidetracker.$auth.api_key}`,
},
})
},
})
Sidetracker uses API keys for authentication. When you connect your Sidetracker account, Pipedream securely stores the keys so you can easily authenticate to Sidetracker APIs in both code and no-code steps.
To retrieve your API Key and Webhook Secret,