Overview
Tenzir REST API ("v0")
This API can be used to interact with a Tenzir Node in a RESTful manner.
All API requests must be authenticated with a valid token, which must be supplied in the X-Tenzir-Token
request header. The token can be generated on the command-line using tenzir-ctl web generate-token
.
All endpoints are versioned, and must be prefixed with /v0
.
- OpenAPI version: 3.0.0
Authentication
TenzirToken
Security scheme type: apiKey
Header parameter name: X-Tenzir-Token