The documentation is rather overwhelming and I can't seem to find what is the right URL to use.
My aim is to setup and change schedules.
I have enabled API Key under Private Token tab on my FoxCloud account.
I am using the following
URL: https://www.foxesscloud.com/op/v0/device/list
Auth = NoAuth
Code: Select all
Path: "/op/v0/device/list"
Timestamp: 1768282128342
Raw string: "/op/v0/device/list\r\n0acae5c0-3572-436d-a5e3-58db6fa34\r\n1768282128342"
Signature (MD5): b729b1504a756da48406dc1c9fa2bb22
Code: Select all
{
"errno": 40256,
"msg": "Please close and reopen this page illegal signature"
}Any help would really be appreciated. Thank you.