Retrieve associated devices

Retrieve the IDs of third-party devices associated with your 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

417

Expectation failed error

500

Internal server error

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