PATCH
/
browser
/
{id}
/
history
curl --request PATCH \
  --url https://api.gologin.com/browser/{id}/history \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "1234567-890"
}'
{
  "id": "<string>",
  "size": 123,
  "lastModified": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Id of the profile.

Body

application/json

Response

200 - application/json

The response is of type object.