/devices/{uuid}/token
Reset the token for the device
curl -X POST \
--header "meshblu_auth_uuid: c9eeca22-fc0f-4081-b430-bd5b67091106" \
--header "meshblu_auth_token: 077b6ec9c9dff30869d279aee1fc2a4f776181e9" \
https://meshblu.octoblu.com/devices/c9eeca22-fc0f-4081-b430-bd5b67091106/token
Reset Token
This will invalidate your previous token and your device will become inaccessible without the new token.
{
"uuid":"c9eeca22-fc0f-4081-b430-bd5b67091106",
"token":"167728cb25a449b39809ca2d82318703002d3628"
}