Update Marco Profile
Update Marco Profile
PUT http://127.0.0.1:2268/profiles/:profileID
Parameters - Parameter
Parameter
name
String
Optional profile's name
notes
String
Optional Note
browserSource
String
Optional Browser. List of supported browsers source: (marco)
fakeMediaDevices
Boolean
default: true
fakeWebGLImage
Boolean
default: true
fakeWebGLMetaData
Boolean
default: true
fakeAudio
Boolean
default: true
fakeClientRects
Boolean
default: false
language
String
browser language
resolution
String
screen resolution
proxy
String
Optional Proxy. Support http, socks4, socks5 Use in the following format:
"{\"host\":\"127.0.0.1\",\"mode\":\"http\",\"password\":\"d92913ab\",\"port\":26951,\"username\":\"nguyenmanhtien.bh\"}"
folder
String
Folder ID
webRTCMode
Boolean
default: true. Disable WebRTC: false
fakeCanvas
Boolean
default: true
majorVersion
String
Browser's version
extension
String
extension folder path
"C:\\Extensions\\1,C:\\Extensions\\2"
os
String
Operating system. List of supported operating systems: (win, mac, lin, ios)
browserType
String
Optional Browser. List of supported browsers type: (chrome, brave, opera, edge, yandex)
clearCacheOnBrowserClose
Boolean
default:true
restoreLastSessionOnBrowserOpen
Boolean
default:true
startURL
String
Start URL
Example
Link to Postman's API Hidemyacc version 3:
https://drive.google.com/file/d/15HowoZVj6rFe3yoAdgn6FsLj0_4oqZIi/view?usp=sharing
Success response
Success response - Success 200
data
Object
Profile information
Success response example
Success response example - Success-Example
Status code: 200 OK
{
"code": 1,
"data": {
"id": "64817d243bb6b407244878a9",
"name": "test-auto-2-1",
"os": "win",
"platform": "Win32",
"browserSource": "marco",
"browserType": "chrome",
"proxy": {
"proxyEnabled": false,
"autoProxyServer": "",
"autoProxyUsername": "",
"autoProxyPassword": "",
"changeIpUrl": "",
"mode": "http",
"port": 26951,
"autoProxyRegion": "VN",
"torProxyRegion": "us",
"host": "127.0.0.1",
"username": "nguyenmanhtien.bh",
"password": "d92913ab"
},
"startUrl": "https://ipfighter.com"
}
}
Error response
Error response - Error 4xx
402
API supported from Team plan
Error response example
Error response example - Response (example):
Status code 402: Payment required
{
"code": 0
}
Last updated