10,000ft by Smartsheet

Simple resource allocation

Go to site
Explore
/
Apps
/
10,000ft by Smartsheet

10,000ft by Smartsheet API Integrations

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

Overview

With the 10,000ft API, you can build applications that:

  • Query and update data in 10,000ft
  • Automate the creation and updating of projects, people, and places in 10,000ft
  • Visualize data from 10,000ft in custom dashboards and reports
  • Integrate data from 10,000ft with other enterprise systems
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    _10000ft: {
      type: "app",
      app: "_10000ft",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.10000ft.com/api/v1/users `,
      headers: {
        "auth": `${this._10000ft.$auth.token}`,
      },
      params: {
        "Content-Type": `application/json`,
      },
    })
  },
})

Choose an API to Connect with 10,000ft by Smartsheet API

1
-
12
of
1000+
apps by most popular

Authentication

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

Account administrators can obtain the API token from Settings > Developer API in the app. See docs.