GET
/
browser-profiles
{
  "profiles": [
    {
      "profile_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "profile_name": "<string>",
      "description": "<string>",
      "persist": true,
      "ad_blocker": true,
      "proxy": true,
      "proxy_country_code": "us",
      "browser_viewport_width": 123,
      "browser_viewport_height": 123,
      "store_cache": true,
      "is_mobile": true
    }
  ],
  "total_pages": 123,
  "page": 123,
  "limit": 123,
  "total_count": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:10
Required range: x >= 1

Response

200
application/json

Successful Response

Response model for listing browser profiles.