PATCH
/
browser
/
{id}
/
geolocation
curl --request PATCH \
  --url https://api.gologin.com/browser/{id}/geolocation \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "mode": "prompt",
  "enabled": true,
  "customize": true,
  "fillBasedOnIp": true,
  "isCustomCoordinates": true,
  "latitude": 123,
  "longitude": 123,
  "accuracy": 123
}'

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