Flash Proxy Reseller API
  • Getting Started
    • Authorization
    • Formatting Proxies
  • Sub-Users
    • Create a sub-user
    • Get all sub-users
    • Get sub-user by ID
    • Update a sub-user
  • Proxy Plans
    • Purchase a plan
    • Update a plan
  • Reseller
    • Reseller Balance
  • Countries
    • Get Countries
    • Get States
    • Get Cities
Powered by GitBook
On this page
  1. Countries

Get Countries

PreviousReseller BalanceNextGet States

Last updated 8 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.

Get countries for a specific proxy type

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