GET /explore/domain/riskscore/{domain}Get the Silent Push Risk Score for the domain.
Query Parameters:  | 
  | 
Request headers:  | 
  | 
Example request
https://api.silentpush.com/api/v1/merge-api/explore/domain/riskscore/regardlessnotice.topExample response
{
    "status_code": 200,
    "error": null,
    "response": {
        "domain": "regardlessnotice.top",
        "sp_risk_score": 95
    }
}