Geckoboard

Communicate, don't complicate. We help teams & businesses share data, metrics and KPIs in a way anyone can understand.

Go to site
Explore
/
Apps
/
Geckoboard

Geckoboard API Integrations

Build and run workflows using the Geckoboard API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    geckoboard: {
      type: "app",
      app: "geckoboard",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.geckoboard.com/datasets`,
      auth: {
        username: `${this.geckoboard.$auth.api_key}`,
        password: ``,
      },
    })
  },
})

Authentication

Geckoboard uses API keys for authentication. When you connect your Geckoboard account, Pipedream securely stores the keys so you can easily authenticate to Geckoboard APIs in both code and no-code steps.

To connect Pipedream with your Geckoboard account,

  1. Sign in to your Geckboard account
  2. Copy your API Key from the top right corner under Account