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