Terminus App

Build and Track UTM URLs Consistently and Accurately.

Go to site
Explore
/
Apps
/
Terminus App

Terminus App API Integrations

Build and run workflows using the Terminus App 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: {
    terminus_app: {
      type: "app",
      app: "terminus_app",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.terminusapp.com/v1/projects`,
      auth: {
        username: `${this.terminus_app.$auth.api_key}`,
        password: ``,
      },
    })
  },
})

Choose an API to Connect with Terminus App API

1
-
12
of
1000+
apps by most popular

Authentication

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

To retrieve your API Keys,

  • Navigate to your Terminus App account and sign in
  • Go to “Account Settings” > “API Keys”