Skip to content
Discussion options

You must be logged in to vote

to get the cloud list you can call uBox directly with:

curl --location 'https://portal.ubianet.com/api/user/cloud_list' \
--header 'x-ubia-auth-usertoken: Token Found In User Authentication' \
--header 'Content-Type: application/json' \
--data '{
        "summer_time": 1,
        "time_revised": true,
        "device_uid": [
            "UID of the device"
        ],
        "token": "Token Found In User Authentication",
        "time_diff": -18000,
        "page": 1,
        "timestamp": [
            1728619200,
            1728705664
        ]
    }'

but if you have the local server running (Recommend Method) with $ node server.js you can use:

curl --location 'http://localhost:8020/ap…

Replies: 1 comment 6 replies

Comment options

JEMcats
Dec 28, 2024
Maintainer Author

You must be logged in to vote
6 replies
@JEMcats
Comment options

JEMcats Jan 1, 2025
Maintainer Author

@ChristopherOleson
Comment options

@JEMcats
Comment options

JEMcats Jan 3, 2025
Maintainer Author

@ChristopherOleson
Comment options

@JEMcats
Comment options

JEMcats Jan 3, 2025
Maintainer Author

Answer selected by JEMcats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants