Discussions

Ask a Question
Back to All

Is the /state endpoint down? I only get a 500 internal server error

endpoint:

https://openapi.api.govee.com/router/api/v1/device/state


my call:

curl -s --max-time 10 -H "Content-Type: application/json" -H "Govee-API-Key: $GOVEE_API_KEY" -d '{"requestId": "uuid", "payload": {"sku": "H5110", "device": "7F:8F:D5:34:42:46:09:XX"}}' "https://openapi.api.govee.com/router/api/v1/device/state")