Create Ghosty Profile

Create Ghosty Profile

POST http://127.0.0.1:2268/profiles

Parameters - Parameter

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

Success response example

Success response example - Success-Example

Status code: 200 OK 
{
    "code": 1,
    "data": {
        "id": "64817c6c3bb6b40724481bab",
        "name": "test-auto-3",
        "os": "win",
        "platform": "Win32",
        "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": "d92913ab"
        },
        "startUrl": "https://ipfighter.com",
        "folder": "6466014a8dc055a729880fa1"
    }
}

Error response

Error response - Error 4xx

Error response example

Error response example - Response (example):

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

Last updated