Skip to main content
POST
Example Callback Triggered

Body

application/x-www-form-urlencoded

Parameters sent to the callback URL when the webhook is triggered.

kvm
string

The unique identifier of the KVM VPS.

Example:

"kvm_123456_789012"

details
string

Details about the traffic threshold reached.

Example:

"Traffic usage reached 80%"

trigger_value
integer

The current traffic value when the callback is triggered.

Example:

80

Response

Callback received and processed successfully.

status
string

Status of the callback handling.

Example:

"success"

message
string

Confirmation message indicating successful processing.

Example:

"Callback received successfully."

Last modified on December 17, 2025