API specifications

Please note this whole section is work in progress and is far from complete.

Overview

[ pending ]

Authentication

Most of the requests must be authenticated with an access token. Use the HTTP header x-access-tokens with the token. If the token is absent or invalid, the daemon will respond with HTTP 401.

See Authentication

Note that multiline fields are Base64 encoded. The client is responsible for decoding this.

Version (GET /version)