Retrieve the wi-fi password for a device or devices

Retrieve the wi-fi password for a single device or multiple devices. Only partners can make this call.
The device must:

    have version 3.12.202 or above

Request
Security:
Request Body schema: application/json
imeis
Array of strings (IMEI) [ 1 .. 100 ] items unique
Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

500

Internal server error

post/devices/wifi-password
Request samples
application/json
{
  • "imeis": [
    ]
}
Response samples
application/json
{
  • "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37",
  • "data": { }
}