{ "openapi": "3.0.0", "info": { "title": "ZeroTierOne Service API", "version": "0.1.0", "description": "
This API controls the ZeroTier service that runs in the background on your computer. This is how zerotier-cli, and the macOS and Windows apps control the service.
API requests must be authenticated via an authentication token. ZeroTier One saves this token in the authtoken.secret file in its working directory. This token may be supplied via the X-ZT1-Auth HTTP request header.
For example: curl -H \"X-ZT1-Auth: $TOKEN\" http://localhost:9993/status
The token can be found in:
You can get the OpenAPI spec here as well: https://docs.zerotier.com/openapi/servicev1.json