Profile
Update an existing profile’s settings by providing the new configuration options in the request body. Use this to modify aspects like spoofing options or proxy settings, then receive the updated profile details.
put/profiles/{profileId}
Path parameters
profileIdstring uuid required
The unique identifier of the profile
Request body
Example request
{
"tags": [
"facebook",
"instagram"
],
"webglMeta": {
"extra": {
"vendor": "Google Inc.",
"renderer": "ANGLE (Intel(R) HD Graphics 630 Direct3D11 vs_5_0 ps_5_0)"
}
},
"geolocation": {
"extra": {
"latitude": 59.43984,
"longitude": 24.75815
}
},
"proxy": {
"extra": {
"host": "127.0.0.1",
"port": 9951,
"id": "username",
"secret": "password"
}
},
"webRtc": {
"extra": {
"publicIp": "193.40.239.9"
}
},
"language": "en-US,en",
"startPage": "https://kameleo.io/",
"extensions": [
"C:\\Users\\Windows 10\\Kameleo Extensions\\necessary-extension.crx"
],
"notes": "I used this profile for affiliate marketing."
}Response
OK.
Example response
{
"id": "a7cafbbe-6bc0-4575-8c6e-f1adf391f180",
"name": "mystic-turtle",
"tags": [
"facebook",
"instagram"
],
"createdAt": "2020-05-02T03:10:32.2452701+10:00",
"fingerprint": {
"id": "555b894595b5cd242ead1533218a5ee93dd7c7ebfbff4dccb80fdb112f6cda27",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36",
"device": {
"type": "desktop",
"name": "Samsung SM-A705FN"
},
"os": {
"family": "windows",
"version": "10.15.4",
"platform": "64"
},
"browser": {
"product": "chrome",
"major": 81,
"version": "81.0.4044"
},
"webglMeta": {
"vendor": "Google Inc. (AMD)",
"renderer": "ANGLE (AMD, AMD Radeon(TM) RX Vega 11 Graphics Direct3D11 vs_5_0 ps_5_0, D3D11)"
},
"resolution": "1920x1080",
"fonts": [
"Arial",
"Tahoma"
]
},
"webglMeta": {
"extra": {
"vendor": "Google Inc.",
"renderer": "ANGLE (Intel(R) HD Graphics 630 Direct3D11 vs_5_0 ps_5_0)"
}
},
"geolocation": {
"extra": {
"latitude": 59.43984,
"longitude": 24.75815
}
},
"proxy": {
"extra": {
"host": "127.0.0.1",
"port": 9951,
"id": "username",
"secret": "password"
}
},
"webRtc": {
"extra": {
"publicIp": "193.40.239.9"
}
},
"language": "en-US,en",
"startPage": "https://whoer.net/",
"extensions": [
"C:\\Users\\Windows 10\\Kameleo Extensions\\necessary-extension.crx"
],
"notes": "I used this profile for ad verification.",
"folderId": "c7aafbbe-b6c0-5475-c66e-1fadf39180f1"
}