DeTrack

Detrack is a real-time vehicle tracking & electronic proof of delivery solution that works anywhere in the world.

Go to site
Explore
/
Apps
/
DeTrack

DeTrack API Integrations

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

The DeTrack API allows developers to access data from the DeTrack system, including GPS tracking data, vehicle and driver information, and much more. Using the DeTrack API, developers can build a wide range of applications and integrations, such as:

  • GPS tracking applications
  • Vehicle and driver management systems
  • Logistics and fleet management applications
  • Integration with other business systems
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: {
    detrack: {
      type: "app",
      app: "detrack",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://app.detrack.com/api/v2/dn/jobs`,
      headers: {
        "X-API-KEY": `${this.detrack.$auth.api_key}`,
      },
    })
  },
})
Create Job with DeTrack API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + DeTrack
 
Try it
Create Job with DeTrack API on New Item in Feed from RSS API
RSS + DeTrack
 
Try it
Create Job with DeTrack API on New Message in Channel from Discord Bot API
Discord Bot + DeTrack
 
Try it
Create Job with DeTrack API on New Submission from Typeform API
Typeform + DeTrack
 
Try it
Create Job with DeTrack API on Custom Events from Zoom API
Zoom + DeTrack
 
Try it
Create Job with the DeTrack API

Create a job See docs here

 
Try it

Authentication

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

To retrieve your API key,

  • Navigate to your DeTrack account and sign in
  • Go to “Settings” > “API Key”