Skip to main content
PATCH
/
browser
/
fingerprints
Refresh profile fingerprint
curl --request PATCH \
  --url https://api.gologin.com/browser/fingerprints \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "browsersIds": [
    "6200f55e7685342e170dc531"
  ]
}'
[
  {
    "name": "<string>",
    "role": "<string>",
    "id": "<string>",
    "notes": "<string>",
    "browserType": "<string>",
    "lockEnabled": true,
    "timezone": {},
    "navigator": {
      "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.36 Safari/537.36",
      "resolution": "1920x1080",
      "language": "en-US",
      "platform": "Win32",
      "hardwareConcurrency": 4,
      "deviceMemory": 4,
      "maxTouchPoints": 10
    },
    "geolocation": {},
    "debugMode": true,
    "isM1": true,
    "isPinned": true,
    "updateUALastChosenBrowserV": "<string>",
    "canBeRunning": true,
    "isRunDisabled": true,
    "runDisabledReason": "unpaid-share",
    "isRunning": true,
    "isWeb": true,
    "os": {},
    "osSpec": {},
    "proxy": {},
    "host": "<string>",
    "port": 123,
    "proxyType": "<string>",
    "proxyRegion": "<string>",
    "status": "<string>",
    "folders": [
      "<string>"
    ],
    "sharedEmails": [
      "<string>"
    ],
    "shareId": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "lastActivity": "2023-11-07T05:31:56Z",
    "chromeExtensions": [
      "<string>"
    ],
    "userChromeExtensions": [
      "<string>"
    ],
    "tags": [
      "<string>"
    ],
    "permissions": {
      "transferProfile": true,
      "transferToMyWorkspace": true,
      "shareProfile": true,
      "manageFolders": true,
      "editProfile": true,
      "deleteProfile": true,
      "cloneProfile": true,
      "exportProfile": true,
      "updateUA": true,
      "addVpnUfoProxy": true,
      "runProfile": true,
      "runProfileWeb": true,
      "viewProfile": true,
      "addProfileTag": true,
      "removeProfileTag": true,
      "viewShareLinks": true,
      "createShareLinks": true,
      "updateShareLinks": true,
      "deleteShareLinks": true,
      "viewCustomExtensions": true
    },
    "proxyEnabled": true,
    "isAutoGenerated": true,
    "isBookmarksSynced": true,
    "defaultProps": {
      "profileNameIsDefault": true,
      "profileNotesIsDefault": true
    },
    "autoLang": true,
    "remoteOrbitaUrl": "<string>",
    "webGLMetadata": {
      "mode": "mask",
      "vendor": "Google Inc. (Intel)",
      "renderer": "ANGLE (Intel, Intel(R) HD Graphics 630 Direct3D11 vs_5_0 ps_5_0, D3D11)"
    },
    "fonts": {
      "families": [
        "Arial",
        "Helvetica",
        "Verdana"
      ],
      "enableMasking": true,
      "enableDomRect": true
    },
    "facebookAccountData": {
      "date": "<string>",
      "token": "<string>",
      "fbIdAccount": "<string>",
      "email": "<string>",
      "password": "<string>",
      "googleDriveUrl": "<string>",
      "fb2faToolUrl": "<string>",
      "fbUrl": "<string>",
      "uaVersion": "<string>",
      "cookies": "<string>",
      "notParsedData": [
        "<string>"
      ]
    },
    "order": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
browsersIds
string[]
required

Array of profile IDs that you want to update.

Example:
["6200f55e7685342e170dc531"]

Response

200 - application/json
name
string
required
role
string
required
id
string
required
notes
string
required
browserType
string
required
lockEnabled
boolean
required
timezone
object
required
navigator
object
required
geolocation
object
required
debugMode
boolean
required
canBeRunning
boolean
required
isRunning
boolean
required
proxy
object
required
proxyType
string
required
proxyRegion
string
required
createdAt
string<date-time>
required

Date string

updatedAt
string<date-time>
required

Date string

lastActivity
string<date-time>
required

Date string

userChromeExtensions
string[]
required
permissions
object
required
remoteOrbitaUrl
string
required
webGLMetadata
object
required
isM1
boolean
isPinned
boolean
updateUALastChosenBrowserV
string
isRunDisabled
boolean
runDisabledReason
enum<string>
Available options:
unpaid-share
isWeb
boolean
os
object
osSpec
object
host
string
port
number
status
string
folders
string[]
sharedEmails
string[]
shareId
string
chromeExtensions
string[]
tags
string[]
proxyEnabled
boolean
isAutoGenerated
boolean
isBookmarksSynced
boolean
defaultProps
object
autoLang
boolean
fonts
object
facebookAccountData
object
order
number