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
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
proxy_typestring · enumRequiredPossible values:
country_codestringRequired
Responses
200

Successful response

application/json
get
/api/asn
GET /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