UsageUpdated event schema (documentation only)

⚠️ DO NOT CALL — documentation only. Shows the shape of 'UsageUpdated' event delivered via /hubs/notifications.

GET
/api/hubs/notifications/UsageUpdated
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/hubs/notifications/UsageUpdated"
{
  "metric_code": "string",
  "value": 0.1
}