Upsert Property Leslie Configuration
<Badge>Available by Request</Badge>
Create or update a property's Leslie integration configuration
<Note>
This endpoint is part of our evolving API ecosystem.
To explore availability for your integration, please contact our team.
</Note>
Path parameters
propertyId
The id of the property
Request
This endpoint expects an object.
isEnabled
Whether the Leslie integration is enabled for this property
externalPropertyId
Leslie's own identifier for this property
webhookUrl
The URL Leslie should call to deliver webhook events for this property
settings
Freeform settings for the Leslie integration. Write-only for secret values (for example a validation key) — those are redacted on read, so a GET never returns what you wrote here.
Response
The Leslie integration configuration was updated
createdAt
deletedAt
externalPropertyId
Leslie's own identifier for this property
id
idempotencyId
isConfigured
Derived field, true when isEnabled and externalPropertyId are both truthy
isEnabled
Whether the Leslie integration is enabled for this property
property
propertyId
readableId
settings
Freeform settings for the Leslie integration. Secret values within this object (for example a validation key) are redacted on read and never returned by this or any other endpoint — they can only be written, via the upsert operation.
updatedAt
webhookUrl
The URL Leslie should call to deliver webhook events for this property

