Access Object

FieldTypeDescription
idinteger: int64The unique identifier for the object.
bookingCodestringA unique code used by a guest to pick up or drop off keys at a SmartBox or to link access during account registration or in the app's "Link an Access" section.
checkinLinkstringA URL for guests providing 24/7 support and a guided mobile experience for actions like pickup or drop-off. Returned only for scheduled accesses.
accessStartDatestringThe access start date (e.g., 2025-04-21).
accessStartTimestringThe access start time (e.g., 12:45).
accessEndDatestringThe access end date (e.g., 2025-04-25).
accessEndTimestringThe access end time (e.g., 12:45).
timeZonestringThe access time zone (e.g., America/Vancouver).
returnReminderbooleanWhether the guest should receive a reminder to return the key after their visit.
allowSetupbooleanIf true, allows the access recipient to attach a fob to the key.
suppressGuestNotificationsbooleanIf true, no notifications related to this access will be sent to the guest.
namestringThe visitor's name.
userobjectThe user who has been granted access.
keyobjectThe key(s) for which access has been granted.
localestringThe locale used for sending guest notifications.
accessCodestringDEPRECATED – A code once used to access keys. Use bookingCode instead as it is now access-level unique.
linkCodestringDEPRECATED – Used by guests to claim access during registration. Returned only for scheduled accesses.
startDatedate-timeDEPRECATED – ISO 8601 formatted start date. Returned only for scheduled accesses.
endDatedate-timeDEPRECATED – ISO 8601 formatted end date. Returned only for scheduled accesses.