ZeroTier

Use the easiest to manage and most widely supported network virtualization platform to connect all your devices, cloud VMs, and apps as if the whole world is one big cloud region!

Go to site
Explore
/
Apps
/
ZeroTier

ZeroTier API Integrations

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

With the ZeroTier API, you can create powerful zero-trust networks across applications, subsystems, devices, and end-users. The API lets you control and monitor all of the different components that make up a ZeroTier network, empowering you to build powerful networking solutions. Below are some examples of what you can build using the ZeroTier API:

  • Secure communication infrastructure, connecting nodes, services, and users inside and outside of corporate networks
  • Secure sites and services, linked securely for public or private access
  • Fault-tolerant load-balancing and service-mesh capabilities for microservices applications
  • Securely manage deployments, allowing for remote access and control from anywhere
  • Network-based authentication, providing additional layers of security to different types of systems
  • Data streaming networks, connecting edge-devices to central systems in real-time
  • Scalable peer-to-peer networks, simplifying distributed computing applications
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: {
    zerotier: {
      type: "app",
      app: "zerotier",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://my.zerotier.com/api/v1/org`,
      headers: {
        Authorization: `Bearer ${this.zerotier.$auth.api_token}`,
      },
    })
  },
})
Get Network Node with ZeroTier API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + ZeroTier
 
Try it
Send Message (Advanced) with Discord Webhook API on New Node Left from ZeroTier API
ZeroTier + Discord Webhook
 
Try it
Add Multiple Rows with Google Sheets API on New Node Left from ZeroTier API
ZeroTier + Google Sheets
 
Try it
Get Network Node with ZeroTier API on New Item in Feed from RSS API
RSS + ZeroTier
 
Try it
Get Network Node with ZeroTier API on New Message from Discord API
Discord + ZeroTier
 
Try it
New Node Join from the ZeroTier API

Emit new event when a node joins a network. See docs here

 
Try it
New Node Left from the ZeroTier API

Emit new event when a node left a network. See docs here

 
Try it
New Node Offline from the ZeroTier API

Emit new event for each offline node. See docs here

 
Try it
New Node Online from the ZeroTier API

Emit new event for each online node. See docs here

 
Try it
Authorize Network Member with the ZeroTier API

Authorize a specific member (node) in a network. See docs here

 
Try it
Create A Network with the ZeroTier API

Create a new network on your ZeroTier account. See docs here

 
Try it
Delete Network Member with the ZeroTier API

Delete a specific member (node) in a network. See docs here

 
Try it
Get Account Status with the ZeroTier API

Get the overall account status. Returns the overall status of the account tied to the API token in use. See docs here

 
Try it
Get Network with the ZeroTier API

Get a specific network. Returns a single network. See docs here

 
Try it

Authentication

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

To retrieve your API Token,

  • Navigate to your ZeroTier account and sign in
  • Go to “Account” > “API Access Tokens”