Skip to content

GET /a/config/peers

List all detected peers (servers on which the app is running)

No Parameters

Response Example (200)

Response Type /definitions/restListPeersAddressesResponse

1
2
3
4
5
{
  "PeerAddresses": [
    "string"
  ]
}