GET
/
browser
/
{id}
/
history
curl --request GET \
  --url https://api.gologin.com/browser/{id}/history \
  --header 'Authorization: Bearer <token>'
[
  {
    "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.

Response

200 - application/json

The response is of type object[].