Float

Resource management that keeps projects profitable, workloads sustainable, and distributed teams in sync.

Go to site

Float API Integrations

Build and run workflows using the Float 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: {
    float: {
      type: "app",
      app: "float",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.float.com/v3/accounts`,
      headers: {
        Authorization: `Bearer ${this.float.$auth.api_key}`,
        "Accept": `application/json`,
      },
    })
  },
})

Authentication

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

To retrieve your API key,

  • Navigate to your Float it account and sign in
  • Go to Team Settings > Integrations
  • Scroll down to API Key