v1

latestOpenAPI 3.0.02026-07-26300209.6 KB
Browser Context Profiles

Create a Browser Context Profile

Create a Browser Context Profile

post/v1/profiles

Request body

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

Response

Create 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"
}