Your one-stop shop for wholesale. Shop over 85,000 independent brands, all in one place.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
faire: {
type: "app",
app: "faire",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://www.faire.com/api/v1/products`,
headers: {
"X-FAIRE-ACCESS-TOKEN": `${this.faire.$auth.access_token}`,
},
})
},
})
Faire uses API keys for authentication. When you connect your Faire account, Pipedream securely stores the keys so you can easily authenticate to Faire APIs in both code and no-code steps.
To connect your Faire account to Pipedream,
integrations.support@faire.com
and ask them for your API Access Token