API 参考
/- 浏览器
- 开放 API
/
Refresh profile fingerpri...
Regenerate the fingerprint of a profile.
Provide at least one of envId or uniqueId. The operating system in the request takes precedence; when it is omitted, the operating system stored on the profile is used to pick a published kernel. No client information is read.
Security
OpenApiBearer
UA major version. 0 or omitted refreshes according to business rules.
Example:124
Operating system:
1— Windows2— macOS3— Android4— iOS5— Linux
Enum:12345
Example:1
System bitness. Defaults to 1:
0— 32-bit1— 64-bit
Default:1
Enum:01
Example:1
CPU architecture. Defaults to 0:
0— x861— ARM
Default:0
Enum:01
Example:0
POST
curl -i -X POST \
https://api.morelogin.com/env/fingerprint/refresh \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"envId": "1800000000000001",
"browserCore": 124,
"uaVersion": 124,
"browserTypeId": 1,
"operatorSystemId": 1,
"systemBitType": 1,
"architecture": 0
}'Success
Operation request ID. This field may be present when the request passes through the API gateway.
Example:"1d4f3ea968664593860b94b35d4ebf5e"
Response
{ "code": 0, "msg": null, "requestId": "1d4f3ea968664593860b94b35d4ebf5e", "data": null }