GET
/
v2
/
protected
/
properties
/
search
/
alerts
/
{alertId}
/
activate
curl --request GET \
  --url https://api.fluximmo.io/v2/protected/properties/search/alerts/{alertId}/activate \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "alert_id": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

alertId
string
required

Response

200
application/json
data
object
required