ux4iot
Search
⌃K

Admin REST API

If you are using a language for the security backend for which no SDK exists, you can use the REST API. Don't worry, it's really simple.
put
https://ux4iot-xyz.westeurope.azurecontainer.io/
grants
Forward a grant
Example request
{
"grantRequestType": "subscribeToTelemetry",
"sessionId": "ht9JvTLalcy3GQDttyqu",
"deviceId": "d123",
"details": {
"telemetryKey": "temperature"
}
}
For a complete list of values forgrantRequestType see here.
delete
https://ux4iot-xyz.westeurope.azurecontainer.io/
grants
Revoke a grant
delete
https://ux4iot-xyz.westeurope.azurecontainer.io/
sessions/:sessionId
Delete a sessions
delete
https://ux4iot-xyz.westeurope.azurecontainer.io/
sessions
Delete all sessions