Edit Access

Edit a scheduled, single key access with a PUT request to the endpoint with the access ID.

Request Body

To update an existing access, include the data to be modified as a JSON object in the request body:

{
  "accessStartDate": "2025-04-21",
  "accessStartTime": "12:45",
  "accessEndDate": "2025-04-23",
  "accessEndTime": "12:45",
  "timeZone": "America/Vancouver",
  "name": "Bob S.",
  "returnReminder": false
}
📘

Only the fields listed above can be edited, and only for scheduled accesses associated with a single key.
A time zone cannot be added after access creation.

Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!