Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ZeroTier network API

Network operations

ZeroTier network API is one of 8 APIs that ZeroTier publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include network. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 2 paths, and defines 10 schemas. It is described by OpenAPI 3.0.0, at version v1.

Requests are made against a single base URL, https://api.zerotier.com/api/v1.

5 operations 2 paths 10 schemas 1 DELETE2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
v1
Base URL
https://api.zerotier.com/api/v1
Authentication
HTTP Token
License
Resource Areas
1

Authentication & Security 1

ZeroTier network API declares 1 security scheme for authenticating requests. It uses HTTP token authentication (tokenAuth). By default, every request must be authenticated.

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

network 5

Network operations

GET
/network
Returns a list of Networks you have access to.
getNetworkList → 200403
POST
/network
Create a new network.
newNetwork body → 200403
GET
/network/{networkID}
Get network by ID
getNetworkByID 1 param → 200401403404
POST
/network/{networkID}
update network configuration
updateNetwork 1 param body → 200401403404
DELETE
/network/{networkID}
delete network
deleteNetwork 1 param → 200401403404

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are NetworkConfig (17 properties), Network (12 properties), NetworkSSOConfig (7 properties), Permissions (4 properties). Each schema is shown below with its type and property counts.

Permissions
object
4 properties
NetworkConfig
object
17 properties
IPRange
object
2 properties
NetworkSSOConfig
object
7 properties
PermissionsMap
object
Route
object
2 properties
Network
object
Network object
12 properties
IPV4AssignMode
object
1 property
DNS
object
2 properties
IPV6AssignMode
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zerotier-network-api-openapi.yml Raw ↑

Other APIs ZeroTier publishes across the network.

ZeroTier controller API
ZeroTier network-member API
ZeroTier organizations API
ZeroTier peer API
ZeroTier status API
ZeroTier user API
ZeroTier util API