cURL
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" }'
Restore deleted profiles.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Array of profile ids to restore.
[ "60a763f3f003b444f8aae4f2", "60a763f3f003b444f8aae4f3"]
Workspace id to restore profiles to.
"60a763f3f003b444f8aae4f2"
Was this page helpful?