Codevisor Docs
Api reference

List the machine's tailnet peers (for client-side discovery)

GET/v1/tailnet/peers

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/tailnet/peers"
{  "available": true,  "peers": [    {      "hostName": "string",      "dnsName": "string",      "ip": "string",      "os": "string",      "online": true    }  ]}
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}