[Webhook] Package Status Change Event

The Package Status Change event signifies a modification in the status of a package. The event body includes comprehensive information such as package details, package template, owner SIM, and owner inventory.

Please note that, at present, the production environment only supports package termination events.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

📘

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

Body Params
string
required

The name of the event. In this case, it will be "PACKAGE_STATUS_CHANGE" representing the name of the package status change event.

int64
required

the trigger time of the event (in UTC timezone) in Unix epoch format (milliseconds)."

eventDetails
object
required

Detailed information associated to the event and the terminated package

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
LoadingLoading…