v1
latestOpenAPI 3.0.02026-07-2248161142.3 KBHooks
Example Callback Triggered
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/example/callback
Response
Callback received and processed successfully.
Example response
{
"status": "success",
"message": "Callback received successfully."
}