GET
/
debug
/
derp
/
traffic
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/debug/derp/traffic \
  --header 'Wirtual-Session-Token: <api-key>'
[
  {
    "key": {},
    "recv": 123,
    "sent": 123
  }
]

Authorizations

Wirtual-Session-Token
string
header
required

Response

200 - application/json
OK
key
object

Key is the public key of the client which sent/received these bytes.

recv
integer
sent
integer