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