Reviews for products worth talking about. Helping 3,000+ brands on Shopify gather more reviews & display them everywhere that matters
Go to siteWith Junip, you can build awesome things like:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
junip: {
type: "app",
app: "junip",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.juniphq.com/v1/stores`,
headers: {
"Junip-Store-Key": `${this.junip.$auth.store_key}`,
},
})
},
})
Junip uses API keys for authentication. When you connect your Junip account, Pipedream securely stores the keys so you can easily authenticate to Junip APIs in both code and no-code steps.
To retrieve your Store key,