GetSwift is a technology & services co. helping businesses build, manage & optimize their delivery & business systems
Go to siteimport { 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}`,
},
})
},
})
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.