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 specific proxy type

get
Authorizations
Query parameters
proxy_typestring · enumRequiredPossible values:
Responses
200
Successful response
application/json
get
GET /api/countries HTTP/1.1
Host: api.flashproxy.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "countries": [
    {
      "name": "text",
      "iso_code": "text"
    }
  ]
}

Last updated