Last updated 16 days ago
Was this helpful?
/device/license/activation
curl -L \ --request POST \ --url 'http://localhost/v2/device/license/activation'
{ "additionalInfo": "text" }
/device/license/activation/status
curl -L \ --url 'http://localhost/v2/device/license/activation/status'
{ "isValid": true }
/device/license/info
curl -L \ --url 'http://localhost/v2/device/license/info'
{ "type": "Serialnumber", "license": "text", "sessionId": { "id": "text", "timestamp": 1 } }
/device/onboarding
curl -L \ --request POST \ --url 'http://localhost/v2/device/onboarding' \ --header 'Content-Type: application/json' \ --data '{"_schemaVersion":"text","time":"text","apps":[]}'
{ "jobId": 17 }