Skip to content

Peer handshake

GET
/handshake

Identity and protocol version. Peers probe this at init and check the version against their minimum compatible version.

Authorizations

X-Api-Key

Peer API key issued by this instance's operator. Scoped to /handshake and /peer/*.

Type
API Key (header: X-Api-Key)

Responses

Identity and protocol version

application/json
JSON
{
  
"name": "string",
  
"version": "string"
}

Samples

Powered by VitePress OpenAPI

Released under the GPL-3.0 License.