[Webhook] Package Data Usage Alert Event

When the package of a SIM reaches 50 or 80 percent of its total data allowance, this webhook will be sent to the specified endpoint, providing the essential details of the associated SIM, package, and session information.

📘

This endpoint requires special permission. Please reach out to [email protected] for more information

Body Params
string
required

The name of the event, which in this case is "PACKAGE_DATA_USAGE_ALERT"

int64
required

The timestamp when the event occurred, expressed as a Unix timestamp in milliseconds (for example, 1689714160492)

eventDetails
object
required

An object containing detailed information about the event.

Response
200

OK. The client endpoint must respond with an HTTP status code of 200 OK to acknowledge the successful delivery of the event. This response code indicates that the client has received and processed the webhook payload successfully.

Language
URL