Stream EstateStream Estate
Event Notifications

Get an event notification

Get an event notification

GET
/event-notifications/{uuid}

Path Parameters

uuid*string

EventNotification identifier

Response Body

curl -X GET "https://api-v2.stream.estate/event-notifications/string"
{
  "channel": "EMAIL",
  "destinationAddress": "https://your-server.com/webhooks/stream",
  "status": "PENDING",
  "attemptNumber": 1,
  "deliveredAt": "2019-08-24T14:15:22Z",
  "lastErrorMessage": "string",
  "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"
}