Get ASNs
This is for MOBILE only. Pass the ISO code you got from the countries endpoint to receive the ASNs.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
proxy_typestring · enumRequiredPossible values:
country_codestringRequired
Responses
200
Successful response
application/json
400
Bad request
application/json
get
/api/asnGET /api/asn?proxy_type=MOBILE&country_code=text HTTP/1.1
Host: reseller.flashproxy.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"asns": [
{
"asn": "text",
"name": "text"
}
]
}Last updated