POST /explore/bulk/domain/riskscoreGet the Silent Push Risk Score for multiple domains.
A maximum of 100 domains may be submitted in a single request
JSON Parameters: |
|
Request headers: |
|
Example request
https://api.silentpush.com/api/v1/merge-api/explore/bulk/domain/riskscore \
-d '{"domains": ["2021olympicupdates.live","massgames.space","micros0ft0nline.one"]}'Example response
{
"status_code": 200,
"error": null,
"response": [
{
"domain": "micros0ft0nline.one",
"sp_risk_score": 100
},
{
"domain": "massgames.space",
"sp_risk_score": 100
},
{
"domain": "2021olympicupdates.live",
"sp_risk_score": 100
}
]
}