Skip to main content
GET
/
v1
/
common
/
asn
/
validate
/
{asn}
ASN Validate
curl --request GET \
  --url https://apigw.ipxo.com/billing/v1/common/asn/validate/{asn} \
  --header 'Authorization: Bearer <token>'
{
  "asn": 0,
  "valid": true,
  "as_name": "string",
  "uce3": true,
  "ofac": true,
  "spamhaus": true,
  "country": "string",
  "status": "string"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

asn
object
required

ASN

Response

ASN Validate Resource

asn
integer
valid
boolean
as_name
string
uce3
boolean
ofac
boolean
spamhaus
boolean
country
string
status
string