Skip to main content
GET
/
v2
/
workflow
/
get-region-list
List supported proxy regions
curl --request GET \
  --url https://api.browseract.com/v2/workflow/get-region-list \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "United States",
    "code": "US"
  }
]

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as Bearer <API_KEY>.

Response

OK

name
string

Human-readable region name

Example:

"United States"

code
string

Region code

Maximum string length: 30
Example:

"US"