v1

latestOpenAPI 3.1.02026-07-2426052.7 KB

Add device

post/m2m/endpoints

Request body

serialNumberstring

Serialnumber of the device. IMPORTANT: **The serialnumber needs to be prefixed with "IMEI:".

protocolstring

For UDP the protocol has to be set to HTTP.

Response

200

msgstring
codeinteger

Example response

{
  "msg": "Device added successfully",
  "code": 3000
}