v1

latestOpenAPI 3.0.02026-07-17120114186.8 KB
bus

Get host details

Returns detailed information about a specific host

get/bus/host/{hostkey}

Path parameters

hostkeystring required

A ed25519 public key

Public key of the host

Response

Host details

publicKeystring

A ed25519 public key

siamuxAddrstring

The address of the host

v2SiamuxAddressesstring[]

Example response

{
  "siamuxAddr": "foo.bar:1234",
  "v2SiamuxAddresses": [
    "foo.bar:5678"
  ]
}