Get countries

This endpoint allows you to fetch all countries you can use for the different proxy types. The list can vary between the different providers so you must pass the proxy_type.

Get countries for a proxy type

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
proxy_typestring · enumRequiredPossible values:
Responses
200

Successful response

application/json
get
/api/countries
GET /api/countries?proxy_type=RESIDENTIAL HTTP/1.1
Host: reseller.flashproxy.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "countries": [
    {
      "name": "text",
      "iso_code": "text"
    }
  ]
}

Last updated