APIs Device to Cloud UDP Devices Onboard devices

Device provisioning request

  • Request
  • Response
TODO
HTTP/1.1 200 OK
TODO

Get a device by IMEI

  • Request
  • Response
GET  {{API_URL}}/device-management-orchestrator/v3/{{TENANT}}?rcn=4&ty=13&ty=14&ni=urn:gsma:imei:1234567867882019 HTTP/2
Accept: application/json
Content-Type: application/json
X-M2M-Origin: CTestApp
X-M2M-RI: 123
Authorization: Bearer {{ACCESS_TOKEN}}
HTTP/1.1 200 OK
TODO

Next step

Start sending commands to your LwM2M device and receive data back from the device.