Bulk configure events settings

Set the events settings in bulk for devices. Provide either a list of IMEIs or group IDs.

Note: PUT calls update data entirely. Any data not mentioned in the call, will be deleted.

Request
Security:
Request Body schema: application/json
One of:
imeis
required
Array of strings (IMEI)

The IMEI numbers. The IMEI number can be found on a sticker on the device itself or on the back of the device box.

required
object (Events configuration)

The events settings configuration of the device object.

Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

500

Internal server error

put/devices/event-config
Request samples
application/json
{
  • "imeis": [
    ],
  • "config": {
    }
}
Response samples
application/json
{
  • "requestId": "df5fg-45fgfdsg-45fg-45454"
}