v1
latestOpenAPI 3.1.02026-07-22154213404.8 KBCountries
List available countries
Lookup of countries that can be selected when creating a proxy. Each country lists the proxy types available there; without a ?type filter, every covered country is returned.
get/connect/countries
Query parameters
pageinteger
Page number (1-based).
pageSizeinteger
Number of items per page.
type'dedicated_residential' | 'residential' | 'mobile'
Filter to countries offering this proxy type.
Response
Available countries.
Example response
{
"items": [
{
"code": "us",
"name": "United States"
}
]
}