A white label review management solution to help your agency generate, monitor, and market online reviews for your clients.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
grade_us: {
type: "app",
app: "grade_us",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://grade.us/api/v4/profiles`,
headers: {
"Authorization": `${this.grade_us.$auth.api_token}`,
},
})
},
})
Grade.us uses API keys for authentication. When you connect your Grade.us account, Pipedream securely stores the keys so you can easily authenticate to Grade.us APIs in both code and no-code steps.
To retrieve your API keys,