Update Ghosty Profile

Update Ghosty 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: (ghosty)

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

userAgent

String

 "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"

Example

  • Link to Postman's API Hidemyacc version 3:

https://drive.google.com/drive/folders/1PY9VSbRCFbRwhruOP3uv7w-ECB3erXS3?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": "648159d23bb6b4072438989a",
        "name": "test-auto-3-1",
        "os": "mac",
        "platform": "MacIntel",
        "browserSource": "ghosty",
        "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": "cvbh"
        },
        "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