Update profile's base proxy
Allows bulk-assigning a single proxy to multiple profiles.
Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
{
"host": "43.157.93.237",
"port": 59059,
"protocol": "socks5",
"proxyMethod": 0,
"proxyPassword": "VRJr4q7o",
"proxyUsername": "40LKLj9B",
"ids": [
"d6255fc4f8fe4e8fbe2b419d880897b2"
]
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:30898/api/profile/updateProfileBaseProxy' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": "43.157.93.237",
"port": 59059,
"protocol": "socks5",
"proxyMethod": 0,
"proxyPassword": "VRJr4q7o",
"proxyUsername": "40LKLj9B",
"ids": [
"d6255fc4f8fe4e8fbe2b419d880897b2"
]
}'
Responses
This response does not have a body.
Modified at 2025-08-14 07:51:51