API Reference
/- Browser
- Local API
/
Refresh fingerprint
Target User-Agent version (e.g., Chrome 129). If omitted, uses the current UA version from the profile.
Example:129
Operating system type. 1 = Windows, 2 = macOS, 3 = Android, 4 = iOS.
Enum:1234
POST
curl -i -X POST \
http://127.0.0.1:40000/api/env/fingerprint/refresh \
-H 'Content-Type: application/json' \
-d '{
"envId": "1869988538611834880",
"uniqueId": "",
"uaVersion": 129,
"browserTypeId": 1,
"operatorSystemId": 2,
"advancedSetting": {}
}'Response
{ "code": 0, "msg": null, "data": null, "requestId": "string" }