Device API
The device API is used for updating device information registered with our IoT identity provider.
Update Public Key Endpoint
Refresh public key
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"Success": "Public key updated"
}{
// TODO
}{
"error":
{
"code": 500,
"status": "Internal Server Error",
"request": "<REQUEST_ID>",
"message": "An internal server error occurred, please contact the system administrator"
}
}Last updated