cURL
curl --request GET \ --url https://api.browseract.com/v2/workflow/get-region-list \ --header 'Authorization: Bearer <token>'
[ { "name": "United States", "code": "US" } ]
Returns regions supported by BrowserAct.
You can pass a region code from this list as proxyRegion when running a template task.
proxyRegion
Send your API key in the Authorization header as Bearer <API_KEY>.
Authorization
Bearer <API_KEY>
OK
Human-readable region name
"United States"
Region code
30
"US"
Was this page helpful?