cURL
curl --request GET \ --url https://api.fluximmo.io/v2/sample/webhook/properties
{ "data": { "created": [ { "properties": [ "7364690d-2487-46d1-832d-c5ae1cf6e861", "3fcf2348-756d-40e2-9bcd-3c4fd02f51d8" ], "alert_id": "<string>" } ], "updated": [ { "properties": [ "7364690d-2487-46d1-832d-c5ae1cf6e861", "3fcf2348-756d-40e2-9bcd-3c4fd02f51d8" ], "alert_id": "<string>" } ] } }
Sample of an alert webhook body for Properties
The response is of type object.
object
Was this page helpful?