v1

latestOpenAPI 3.0.02026-07-26300209.6 KB
Browser Context Profiles

Update a Browser Context Profile

Update a Browser Context Profile

patch/v1/profiles/{profileId}

Path parameters

profileIdstring required

Browser Context Profile ID

Example:prof_abc123def4567890

Browser Context Profile ID

Request body

namestring
set_as_defaultboolean
proxy_country_code'US' | 'GB' | 'CA' | 'AU' | 'DE' | 'FR' | 'IT' | 'ES' | 'NL' | 'JP' | 'SG' | 'BR' | 'IN' | 'null' nullable

Response

Update a Browser Context Profile succeeded.

idstring required

Browser Context Profile ID

namestring required

Browser Context Profile display name

proxy_country_code'US' | 'GB' | 'CA' | 'AU' | 'DE' | 'FR' | 'IT' | 'ES' | 'NL' | 'JP' | 'SG' | 'BR' | 'IN' | 'null' nullable
is_defaultboolean
fingerprint_seedstring
domain_countinteger
created_atstring required
updated_atstring

Example response

{
  "id": "prof_abc123def4567890",
  "name": "Work Gmail",
  "proxy_country_code": "US",
  "is_default": true,
  "fingerprint_seed": "fp_abc123def456",
  "domain_count": 3,
  "created_at": "2026-06-10T12:00:00Z",
  "updated_at": "2026-06-10T12:00:00Z",
  "domains": [
    {
      "domain": "example.com",
      "cookie_count": 12,
      "local_storage_origin_count": 1,
      "last_accessed_at": "2026-06-10T12:00:00Z",
      "last_written_at": "2026-06-10T12:00:00Z",
      "last_written_by_run_id": "run_abc123"
    }
  ]
}