GET /explore/ipv4/riskscore/{ipv6}Get the Silent Push Risk Score for the IPv6 address.
Query Parameters: |
|
Request headers: |
|
Example request
https://api.silentpush.com/api/v1/merge-api/explore/ipv6/riskscore/2606:4700:4700::1111Example response
{
"status_code": 200,
"error": null,
"response": {
"ip2asn": [
{
"ip": "2606:4700:4700::1111",
"sp_risk_score": 0
}
]
}
}