The current tab opens the specified URL

request URL
  • http://127.0.0.1:35000/api/v1/profile/openurl
request method
  • GET
parameter
ParameterRequiredTypeDescription
profileIdYesstringBrowser Profile ID
urlYesstringURL (url supports base64 encoding parameters)
back to example
{
    "status": "OK",
    "value": "www.lalicat.com"
}