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.
Last updated
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.
Last updated
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"
}
]
}