From a35649061b3bff45478dd0dfaa65a4078de0787f Mon Sep 17 00:00:00 2001
From: travisladuke 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: The token can be found in: curl -H "X-ZT1-Auth: $TOKEN" http://localhost:9993/status
You can get the OpenAPI spec here as well: https://docs.zerotier.com/openapi/servicev1.json
Learn more about the spec at github
""") namespace Root { @tag("Node Status")