Hooks
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."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.