GET
/
browser
/
{id}
/
lastArchive
curl --request GET \
  --url https://api.gologin.com/browser/{id}/lastArchive \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "s3Path": "<string>",
  "s3SignedUrl": "<string>"
}

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.