Get ASNs

This is for MOBILE only. Pass the ISO code you got from the countries endpoint to receive the ASNs.

Get ASNs for mobile proxy type and country

get
Authorizations
Query parameters
proxy_typestring · enumRequiredPossible values:
country_codestringRequired
Responses
200
Successful response
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