Add Key

Add a key to a bin with a PUT request to the endpoint with the bin ID (enterprise customers only).

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

{
    “key”: {
        "serialNumber": "XXXXXX"
    }
}

Returns a bin object if the call succeeded.

Language
Credentials
Basic
base64
: