Retrieve devices data usage

Retrieve the data usage of a list of devices.

Request
Security:
Request Body schema: application/json
imeis
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.

Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

500

Internal server error

post/devices/bulk-data-usage
Request samples
application/json
{
  • "imeis": [
    ]
}
Response samples
application/json
{
  • "data": [
    ]
}