Discussions

Ask a Question
Back to All

Govee API help please im too stupid to figure this out.

im trying to use this for a thing and it wants me to run my API key through the List Devices option.

and i get this response.

curl --request GET
--url https://developer-api.govee.com/v1/devices
--header 'Govee-API-Key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
--header 'accept: application/json'

and i get this response.

{
"code": 200,
"message": "success",
"data": {}
}

what does this mean im supposed to get the device model name and the device ID.

Any tips or help would be much appreciated!