Vertically-integrated merchandise logistics platform. Our name is our mission. We support the community commerce of some of Internet's most beloved brands.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
amplifier: {
type: "app",
app: "amplifier",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.amplifier.com/items`,
auth: {
username: `${this.amplifier.$auth.api_key}`,
password: ``,
},
})
},
})
Amplifier uses API keys for authentication. When you connect your Amplifier account, Pipedream securely stores the keys so you can easily authenticate to Amplifier APIs in both code and no-code steps.
To retrieve your API Keys,