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 1,600+ 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}`,
      },
    })
  },
})

Choose an API to Connect with ZeroTier API

1
-
12
of
1,600+
apps by most popular

HTTP / Webhook
HTTP / Webhook
Get a unique URL where you can send HTTP or webhook requests
Node
Node
Anything you can do with Node.js, you can do in a Pipedream workflow. This includes using most of npm's 400,000+ packages.
Beta
Python
Python
Anything you can do in Python can be done in a Pipedream Workflow. This includes using any of the 350,000+ PyPi packages available in your Python powered workflows.
Schedule
Schedule
Trigger workflows on an interval or cron schedule.
Beta
Data Stores
Data Stores
Use Pipedream Data Stores to manage state throughout your workflows.
Telegram Bot
Telegram Bot
Telegram is a cloud-based instant messaging and voice over IP service
OpenAI (ChatGPT)
OpenAI (ChatGPT)
OpenAI is an AI research and deployment company with the mission to ensure that artificial general intelligence benefits all of humanity. They are the makers of popular apps like ChatGPT and DALL·E 2.
Google Sheets
Google Sheets
With Google Sheets, you can create, edit, and collaborate wherever you are
Discord
Discord
Use this app to create a Discord source that emits messages from your guild to a Pipedream workflow.
GitHub
GitHub
Where the world builds software. Millions of developers and companies build, ship, and maintain their software on GitHub—the largest and most advanced development platform in the world.
Formatting
Formatting
Pre-built actions to make formatting and manipulating data within your workflows easier.
Slack
Slack
Slack is a channel-based messaging platform. With Slack, people can work together more effectively, connect all their software tools and services, and find the information they need to do their best work — all within a secure, enterprise-grade environment.
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”