Own web page using the REST API

I also have a minor question for the REST APIs

since they use POST and GET method, it’s possible I make my own webpage so that I can activate the API when I click on the href link?

You mean external site? Not directly by the client if you want to use post due to CSRF protection. You could make your own webserver with python or something which gets the CSRF token first and does a post on the users behalf.

1 Like

I see the upgrade API but does the upgrade-to function available?

No, thaat’s a command line option.