Basic endpoints
User profile
Login
POST /auth/loginContent-Type: application/json{
"client_id" : "",
"client_secret" : "",
"username" : "",
"password" : ""
}{
"auth": {
"access_token": "1e516******************************ca",
"expires_in": 86400,
"token_type": "Bearer",
"scope": null,
"refresh_token": "e8ec5********************************26b3"
},
"_links": {
"self": {
"href": "/v1/auth/login"
}
}
}Renew Access Token
Fetch Personal Info
Controllers
Fetch user’s controllers
Fetch one controller
Controller Assign
Controller Reassign
MClimate LoRaWAN Products
Last updated