SubscriptionPlanChanged event schema (documentation only)
⚠️ DO NOT CALL — documentation only. Shows the shape of 'SubscriptionPlanChanged' event delivered via /hubs/notifications.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using Bearer scheme
In: header
Response Body
application/json
curl -X GET "https://api.speaknode.com/api/hubs/notifications/SubscriptionPlanChanged"{
"success": true,
"plan_code": "string",
"plan_name": "string",
"error_message": "string"
}