---
title: "Lease Event Webhook"
method: POST
path: "lease_event"
---

# Lease Event Webhook

`POST lease_event` (webhook)

Whenever a lease's status changes, we will post the lease event to your registered webhook.

Webhooks can be registered for specific properties or all properties in an organization.

## Payload

- LeaseWebhookEvent
  - `event_id` string, required
  - `event_type` string, required
  - `event_date` string, date-time, required
  - `elise_property_id` integer, required
  - `external_lease_id` string, required
  - `external_account_id` string
  - `pk_id` integer
  - `lease_status` string
  - `previous_lease_status` string
  - `unit_number` string
  - `unit_id` integer
  - `start_date` string, date
  - `end_date` string, date
  - `move_out_date` string, date
  - `notice_date` string, date
  - `is_active_lease` boolean

## Acknowledgement `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/eliseai/apis/elise-api.md) · [All operations](https://skmtc.net/eliseai/apis/elise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eliseai/elise-api/revisions/ebf464d02938/schema)
