Params

NameTypeRequirenessDefault valueDescription
property_uidstringrequirednoneUID of property
door_access_codestringrequirednoneDoor 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
}