Params
Name | Type | Requireness | Default value | Description |
---|---|---|---|---|
property_uid | string | required | none | UID of property |
door_access_code | string | required | none | Door access code |
Description
Assign the smart lock access code to the specific property by property UID. The guest will not be notified when this code is updated.
This endpoint requires the following scope: smart-locks
Request sample
{
"property_uid": "e3ddcd1a-0e3e-4649-91be-c59d7b56",
"door_access_code": "1337"
}
Response sample
{
"status": 0
}