Amilia helps organizations offer, manage and sell activities to their community with the SmartRec eCommerce platform.
Go to siteYou can use the Amilia API to build a variety of applications, including:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
amilia: {
type: "app",
app: "amilia",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://www.amilia.com/api/v3/en/keywords`,
headers: {
Authorization: `Bearer ${this.amilia.$auth.api_key}`,
},
})
},
})
Amilia uses API keys for authentication. When you connect your Amilia account, Pipedream securely stores the keys so you can easily authenticate to Amilia APIs in both code and no-code steps.
To connect your Amilia account to Pipedream,
https://www.amilia.com/OrgSettings/en/{your_organization}/ApiManagement
https://www.amilia.com/Account/en/1234/Dashboard
, your organization
is 1234