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
data
object
required

Was this page helpful?