GET
/
reseller
/
v1
/
states
/
{countryCode}
curl --request GET \
  --url https://swiftproxy.io/api/reseller/v1/states/{countryCode} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "states": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

countryCode
string
required

Country code

Query Parameters

proxy_type
enum<string>
required

Proxy type

Available options:
PREMIUM_RESIDENTIAL

Response

200
application/json
State response
success
boolean
Example:

true

states
object