Stream EstateStream Estate
Alerts

Get an alert event

Get an alert event

GET
/alerts/{alertUuid}/events/{uuid}

Path Parameters

alertUuid*string

Resource identifier

uuid*string

Event identifier

Response Body

curl -X GET "https://api-v2.stream.estate/alerts/string/events/string"
{
  "alert": "https://example.com/",
  "propertyId": "string",
  "listingId": "string",
  "eventType": "NEW_MATCH",
  "revisionId": 0,
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z"
}
{
  "title": "string",
  "detail": "string",
  "status": 404,
  "instance": "string",
  "type": "string"
}
{
  "title": "string",
  "detail": "string",
  "status": 404,
  "instance": "string",
  "type": "string"
}