Updates the status of multiple speaker devices associated with a partner. This endpoint allows:
1.
Updating the status of multiple devices in a single request
2.
Each device can have its own status update
3.
Only devices registered to the partner can be updated
4.
The maximum number of devices that can be updated in a single request is 100
The partner must be authenticated and have permission to manage the specified devices. The response includes information about successful and failed updates.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
{"successCount":3,"totalCount":5,"failedDevices":["SP123456789","SP987654321"],"errors":{"SP123456789":"Device not found","SP987654321":"Internal server error"}}