Freedcamp

Effortless Collaboration for Teams

Go to site
Explore
/
Apps
/
Freedcamp

Freedcamp API Integrations

Build and run workflows using the Freedcamp 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
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    freedcamp: {
      type: "app",
      app: "freedcamp",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://freedcamp.com/api/v1/sessions/current`,
      params: {
        api_key: `${this.freedcamp.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with Freedcamp API

1
-
12
of
1000+
apps by most popular

Authentication

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

To retrieve your API keys,

  • Navigate to your Freedcamp account and sign in
  • Click the Account menu on the bottom left
  • Go to “Integrations” > “API”