Link SmartBox

Link a SmartBox to a location with a PUT request to the endpoint with the location ID.

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

{
  
    "box": {
        "serialNumber": "XXXXXX"
    }    
}

Returns a location object if the call succeeded.

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