Get online reviews on sites that matter to your business and boost customer happiness by leveraging feedback, one simple yet powerful platform.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
grab_your_reviews: {
type: "app",
app: "grab_your_reviews",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.grabyourreviews.com/profile_list`,
headers: {
"Content-Type": `application/json`,
},
params: {
api_token: `${this.grab_your_reviews.$auth.access_key}`,
},
})
},
})
Grab Your Reviews uses API keys for authentication. When you connect your Grab Your Reviews account, Pipedream securely stores the keys so you can easily authenticate to Grab Your Reviews APIs in both code and no-code steps.
Sign in and copy your Access Key from the Integrations page on tour Dashboard.