Hooks
Callback Example
This endpoint demonstrates the structure of a callback triggered when a specified traffic threshold is reached.
The callback URL should be provided during webhook setup, and this request will be made when the traffic trigger value is reached.
POST
Body
application/x-www-form-urlencoded
Parameters sent to the callback URL when the webhook is triggered.
The unique identifier of the KVM VPS.
Example:
"kvm_123456_789012"
Details about the traffic threshold reached.
Example:
"Traffic usage reached 80%"
The current traffic value when the callback is triggered.
Example:
80
Was this page helpful?