Sample Properties webhook body
Sample Properties webhook body
Sample of an alert webhook body for Properties
GET
/
v2
/
sample
/
webhook
/
properties
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>"
}
]
}
}
Response
200
application/json
Was this page helpful?
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>"
}
]
}
}