GET
/
reseller
/
v1
/
countries
curl --request GET \
  --url https://swiftproxy.io/api/reseller/v1/countries \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "countries": {}
}

Authorizations

Authorization
string
header
required

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

Query Parameters

proxy_type
enum<string>
required

Proxy type

Available options:
RESIDENTIAL,
PREMIUM_RESIDENTIAL,
DATACENTER

Response

200
application/json
Country response
success
boolean
Example:

true

countries
object