Introduction
API Reference
- Profile
- GETGet all profiles
- GETGet a random fingerprint
- PATCHUpdate proxy for multiple profiles
- PATCHUpdate chrome extensions for multiple profiles
- PATCHUpdate bookmarks for multiple profiles
- GETGet profile by id
- PUTUpdate profile
- PATCHUpdate user agent of profile
- GETFind cookies of profile
- POSTUpdate cookies for profile
- POSTCreate profile
- DELDelete multiple profiles
- POSTCreate profile with templates
- POSTCreate profile with partial parameters
- PUTUpdate profile with partial parameters
- PATCHRefresh profile fingerprint
- PATCHUpdate multiple profiles names
- POSTClone multiple profiles
- POSTRun profile in the cloud
- DELStop profile in the cloud
- POSTExport profiles
- POSTImport profiles
- GETGet latest useragent
- GETGet list of deleted profiles
- POSTRestore deleted profiles
- GET
- Workspace
- Share
- Proxy
- User
- Tags
- Folder
AI Integrations
Cloud Browser
Python SDK
Limitations
Profile
Get all profiles
Returns a full list of all user’s profiles in all workspaces with pagination.
GET
/
browser
/
v2
Get all profiles
Copy
Ask AI
curl --request GET \
--url https://api.gologin.com/browser/v2 \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
{
"profiles": [
{
"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
}
],
"allProfilesCount": 123,
"currentOrbitaMajorV": "<string>",
"currentBrowserV": "<string>",
"currentTestBrowserV": "<string>",
"currentTestOrbitaMajorV": "<string>",
"isFolderDeleted": true
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Will return all profiles which names match the search query.
Will return all profiles in particular folder.
Maximum number of profiles per page is 30. So if you want to get more profiles, you need to increment this value.
Will sort the result by the selected field.
Available options:
lastActivity
, proxyType
, updatedAt
, createdAt
, sharedEmails
, name
, os
, order
Will sort the result by the selected order.
Available options:
ascend
, descend
Will return all profiles with the selected tag.
Response
200 - application/json
The response is of type object
.
Get all profiles
Copy
Ask AI
curl --request GET \
--url https://api.gologin.com/browser/v2 \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
{
"profiles": [
{
"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
}
],
"allProfilesCount": 123,
"currentOrbitaMajorV": "<string>",
"currentBrowserV": "<string>",
"currentTestBrowserV": "<string>",
"currentTestOrbitaMajorV": "<string>",
"isFolderDeleted": true
}
Assistant
Responses are generated using AI and may contain mistakes.