logoVoxagent

UsageUpdated event schema (documentation only)

⚠️ DO NOT CALL THIS ENDPOINT - it's for documentation only! This shows the structure of 'UsageUpdated' event that SignalR clients will receive. Connect to /hubs/notifications via SignalR to receive these events.

GET
/hubs/notifications/events/UsageUpdated

Authorization

Bearer Agent
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

AuthorizationBearer <token>

Agent token authorization header using Agent scheme

In: header

Response Body

application/json

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