put https://www.keycafe.com/v0/bin/
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"
}
}
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"
}
}
Try It!
to start a request and see the response here!