request URL
http://127.0.0.1:35000/api/v1/profile/newtab
request method
- GET
parameter
| Parameter | Required | Type | Description |
|---|---|---|---|
| profileId | Yes | string | Browser Profile ID |
| url | no | string | URL (URL supports base64 encoding parameters) |
back to example
{
"status": "OK",
"value": "www.lalicat.com"
}