Silent Push Risk Score for domain

Prev Next
GET /explore/domain/riskscore/{domain}

Get the Silent Push Risk Score for the domain.

Query Parameters:

  • domain (string) (required) -

    • domain name

Request headers:

  • X-API-KEY - api-key

Example request

https://api.silentpush.com/api/v1/merge-api/explore/domain/riskscore/regardlessnotice.top

Example response

{
    "status_code": 200,
    "error": null,
    "response": {
        "domain": "regardlessnotice.top",
        "sp_risk_score": 95
    }
}