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
Restore deleted profiles
Restore deleted profiles.
POST
/
deleted-profiles
/
restore
Restore deleted profiles
Copy
Ask AI
curl --request POST \
--url https://api.gologin.com/deleted-profiles/restore \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"profileIds": [
"60a763f3f003b444f8aae4f2",
"60a763f3f003b444f8aae4f3"
],
"workspaceId": "60a763f3f003b444f8aae4f2"
}'
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Restore deleted profiles
Copy
Ask AI
curl --request POST \
--url https://api.gologin.com/deleted-profiles/restore \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"profileIds": [
"60a763f3f003b444f8aae4f2",
"60a763f3f003b444f8aae4f3"
],
"workspaceId": "60a763f3f003b444f8aae4f2"
}'
Assistant
Responses are generated using AI and may contain mistakes.