Add Key

Add a key to a bin with a PUT request to the endpoint with the bin ID.

The body should contain the serial number of the Keycafe fob as a JSON object:

{
  
    “key”: {
        "serialNumber": "012ABC"
    }
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!