Last updated 7 months ago
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.
proxy_type
OXYLABS
NETNUT
IPROYAL
GET /api/countries HTTP/1.1 Host: api.flashproxy.io Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Successful response
{ "countries": [ { "name": "text", "iso_code": "text" } ] }