Webhook Test
This topic provides the example and description of the event "WEBHOOK_TEST".
Trigger condition
When clicking Test button in the Application, Milesight Development Platform will test the valid of the callback URI and return a success result using a POST request with a JSON payload.
Example
{
"eventID":"4b9a15f9-c36b-4be6-ae82-b752cee33953", // The unique ID of this event.
"eventCreatedTime":"1742871724", // The time at which the event occurs.Unit:s
"eventVersion":"1.0",
"eventType":"WEBHOOK_TEST", // The event type.
"data":"Test Milesight Webhook Successfully."
}
}