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
Example Callback Triggered
Body
application/x-www-form-urlencoded
Parameters sent to the callback URL when the webhook is triggered.
The body is of type object
.
Response
200
application/json
Callback received and processed successfully.
The response is of type object
.
Example Callback Triggered