Params

NameTypeRequirenessDefault valueDescription
booking_uidstringrequirednoneUID of booking
door_access_codestringrequirednoneDoor 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
}