Upwave is a visual platform for collaborating on projects, portfolios, risk management and daily tasks
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
upwave: {
type: "app",
app: "upwave",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.upwave.io/auth/`,
headers: {
"Authorization": `Token ${this.upwave.$auth.api_key}`,
},
})
},
})
Upwave uses API keys for authentication. When you connect your Upwave account, Pipedream securely stores the keys so you can easily authenticate to Upwave APIs in both code and no-code steps.
To retrieve your API Key,