logoVoxagent

SubscriptionPlanChanged event schema (documentation only)

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

GET
/hubs/notifications/events/SubscriptionPlanChanged

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/SubscriptionPlanChanged"
{
  "success": true,
  "plan_code": "string",
  "plan_name": "string",
  "error_message": "string"
}