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