I am a unique and customizable productivity app. Procrastinators and people with ADHD love me a lot.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
amazing_marvin: {
type: "app",
app: "amazing_marvin",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://serv.amazingmarvin.com/api/me`,
headers: {
"X-API-Token": `${this.amazing_marvin.$auth.api_token}`,
},
})
},
})
Amazing Marvin uses API keys for authentication. When you connect your Amazing Marvin account, Pipedream securely stores the keys so you can easily authenticate to Amazing Marvin APIs in both code and no-code steps.
Sign in and copy your API tokens from the Amazing Marving API settings.