Route4Me

Powering Logistics Intense Businesses

Go to site
Explore
/
Apps
/
Route4Me

Route4Me API Integrations

Build and run workflows using the Route4Me 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: {
    route4me: {
      type: "app",
      app: "route4me",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.route4me.com/api.v4/address_book.php`,
      params: {
        api_key: `${this.route4me.$auth.api_key}`,
        addr_id: ``,
      },
    })
  },
})

Authentication

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

To retrieve your API Key,

  • Navigate to your Route4Me account and sign in
  • Go to “My Account” > “API”