Update Marco Profile

Update Marco Profile

PUT http://127.0.0.1:2268/profiles/:profileID

Parameters - Parameter

NameTypeDescription

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:

folder

String

Folder ID

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

NameTypeDescription

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

NameTypeDescription

402

API supported from Team plan

Error response example

Error response example - Response (example):

Status code 402: Payment required
{
    "code": 0
}

Last updated