GraceBlocks is the platform that makes it easy to build and deploy systems that work for your users.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
graceblocks: {
type: "app",
app: "graceblocks",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.graceblocks.com/v1/${this.graceblocks.$auth.block_id}/Tasks`,
headers: {
Authorization: `Bearer ${this.graceblocks.$auth.api_key}`,
},
})
},
})
Graceblocks uses API keys for authentication. When you connect your Graceblocks account, Pipedream securely stores the keys so you can easily authenticate to Graceblocks APIs in both code and no-code steps.
To retrieve your API Key and Block ID,