v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
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.

statusstring

Status of the callback handling.

messagestring

Confirmation message indicating successful processing.

Example response

{
  "status": "success",
  "message": "Callback received successfully."
}