Error
A valid request URL is required to generate request examples{
"name": "<string>",
"proxy_account_id": "<string>",
"id": "<string>",
"notes": "<string>",
"proxy_type": "residential",
"auth_method": "usernamePassword",
"proxy_protocol": "http",
"port": 2499,
"location": {
"country_code": "<string>",
"region": "<string>",
"city": "<string>",
"asn": 123
},
"session": {
"type": "rotating",
"duration": 5040
},
"advanced_settings": {
"region_endpoint": false,
"region_endpoint_country": "<string>",
"region_endpoint_region": "<string>",
"region_endpoint_city": "<string>",
"sess_replace": true,
"sess_ip_collision": "strict",
"sess_asn": "strict",
"tcp_ip_fingerprint": false,
"tcp_ip_fingerprint_preset": "<string>",
"filter_by_subnets": false,
"filter_by_subnets_list": [
"<string>"
],
"gps_location_filtering": false,
"gps_location_address": "<string>",
"gps_location_lat": 123,
"gps_location_lng": 123,
"gps_location_radius_miles": 123
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}{
"title": "<string>",
"detail": "<string>",
"status": 404,
"instance": "<string>",
"type": "<string>"
}{
"title": "<string>",
"detail": "<string>",
"status": 404,
"instance": "<string>",
"type": "<string>"
}{
"title": "<string>",
"detail": "<string>",
"status": 404,
"instance": "<string>",
"type": "<string>"
}{
"status": 422,
"violations": [
{
"propertyPath": "<string>",
"message": "<string>",
"code": "<string>",
"hint": "<string>",
"payload": {}
}
],
"detail": "<string>",
"type": "<string>",
"title": "<string>",
"instance": "<string>"
}V1.ProxyProfile
Update a proxy profile
Updates proxy profile settings.
PUT
/
api
/
v1
/
teams
/
{team_id}
/
proxy_profiles
/
{id}
Error
A valid request URL is required to generate request examples{
"name": "<string>",
"proxy_account_id": "<string>",
"id": "<string>",
"notes": "<string>",
"proxy_type": "residential",
"auth_method": "usernamePassword",
"proxy_protocol": "http",
"port": 2499,
"location": {
"country_code": "<string>",
"region": "<string>",
"city": "<string>",
"asn": 123
},
"session": {
"type": "rotating",
"duration": 5040
},
"advanced_settings": {
"region_endpoint": false,
"region_endpoint_country": "<string>",
"region_endpoint_region": "<string>",
"region_endpoint_city": "<string>",
"sess_replace": true,
"sess_ip_collision": "strict",
"sess_asn": "strict",
"tcp_ip_fingerprint": false,
"tcp_ip_fingerprint_preset": "<string>",
"filter_by_subnets": false,
"filter_by_subnets_list": [
"<string>"
],
"gps_location_filtering": false,
"gps_location_address": "<string>",
"gps_location_lat": 123,
"gps_location_lng": 123,
"gps_location_radius_miles": 123
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}{
"title": "<string>",
"detail": "<string>",
"status": 404,
"instance": "<string>",
"type": "<string>"
}{
"title": "<string>",
"detail": "<string>",
"status": 404,
"instance": "<string>",
"type": "<string>"
}{
"title": "<string>",
"detail": "<string>",
"status": 404,
"instance": "<string>",
"type": "<string>"
}{
"status": 422,
"violations": [
{
"propertyPath": "<string>",
"message": "<string>",
"code": "<string>",
"hint": "<string>",
"payload": {}
}
],
"detail": "<string>",
"type": "<string>",
"title": "<string>",
"instance": "<string>"
}Authorizations
Value for the Api-Key header parameter.
Body
application/json
The updated V1.ProxyProfile resource
Public API v1 — proxy profile management
Minimum string length:
3Pattern:
^([0-9a-fA-F]{24})$Maximum string length:
1000Available options:
residential, mobile Available options:
usernamePassword, ipWhitelist Available options:
http, https, socks5 Required range:
2000 <= x <= 2999Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Response
V1.ProxyProfile resource updated
Public API v1 — proxy profile management
Minimum string length:
3Pattern:
^([0-9a-fA-F]{24})$Maximum string length:
1000Available options:
residential, mobile Available options:
usernamePassword, ipWhitelist Available options:
http, https, socks5 Required range:
2000 <= x <= 2999Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes