Getswift

GetSwift is a technology & services co. helping businesses build, manage & optimize their delivery & business systems

Go to site
Explore
/
Apps
/
Getswift

Getswift API Integrations

Build and run workflows using the Getswift 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: {
    getswift: {
      type: "app",
      app: "getswift",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://app.getswift.co/api/public/v2/drivers`,
      params: {
        ApiKey: `${this.getswift.$auth.api_key}`,
      },
    })
  },
})

Authentication

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

You can get your API Key in your merchant's API settings.