Get States
If you would like to make the location more specific, you can also use states. You must pass in the ISO code of the country, along with the state name you got from the countries endpoint.
Authorizations
Query parameters
proxy_typestring · enumRequiredPossible values:
country_codestringRequired
Responses
200
Successful response
application/json
400
Bad request
get
GET /api/states HTTP/1.1
Host: api.flashproxy.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"states": [
{
"name": "text"
}
]
}
Last updated