Params
Name | Type | Requireness | Default value | Description |
---|---|---|---|---|
booking_uid | string | required | none | UID of booking |
door_access_code | string | required | none | Door access code |
Description
Assign the smart lock access code to the specific booking by booking UID. The guest could be notified when this code is updated.
This endpoint requires the following scope: smart-locks
Request sample
{
"booking_uid": "AXFNTT_airbnb_123",
"door_access_code": "1337"
}
Response sample
{
"status": 0
}