LIME Go

Lime Go boosts sales. Lime Go is a sales tool filled with features for exceptional customer relationships. For you who want to sell smarter.

Go to site
Explore
/
Apps
/
LIME Go

LIME Go API Integrations

Build and run workflows using the LIME Go 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

Lime Go API can be used to build a variety of applications, including:

  • Web applications
  • Mobile applications
  • Desktop applications
  • Games
  • Utilities
  • Libraries
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: {
    lime_go: {
      type: "app",
      app: "lime_go",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.lime-go.com/v1/ping`,
      headers: {
        "Authorization": `go-api: ${this.lime_go.$auth.api_key}`,
      },
    })
  },
})

Authentication

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

You can generate an API key in Settings-Integrations-Lime Go API Keys.