#1 rated, world's first free fundraising platform powering $150M+ in donations annually for thousands of good causes. đź’›
Go to siteWith the Givebutter API, you can build a variety of applications that can help you raise money for your cause. Here are some examples:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
givebutter: {
type: "app",
app: "givebutter",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.givebutter.com/v1/contacts`,
headers: {
Authorization: `Bearer ${this.givebutter.$auth.api_key}`,
"Accept": `application/json`,
},
})
},
})
Givebutter uses API keys for authentication. When you connect your Givebutter account, Pipedream securely stores the keys so you can easily authenticate to Givebutter APIs in both code and no-code steps.
To retrieve your API Key,