protolabs42

directory/peers

List active peer organizations.

POST
/rpc#directory.peers

List active peer organizations.

Authorization

bearerAuth
AuthorizationBearer <token>

API key obtained via invite redemption or SIWE login

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://chorus.runclaw.run/rpc#directory.peers" \  -H "Content-Type: application/json" \  -d '{}'
[
  {
    "id": "string",
    "name": "string",
    "endpoint": "string",
    "status": "string"
  }
]