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.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
proxy_typestring · enumRequiredPossible values:
Responses
200
Successful response
application/json
400
Bad request
application/json
get
/api/countriesGET /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